Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress page-wrap HELP applying a class

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41092
    karlthomas
    Member

    In order to float left and right my sidebar and posts in WordPress I need to apply a class to ‘page-wrap’ that will clear both.

    I would like help locating ‘page-wrap’ to apply the class please

    aside { float:right; width:250px; }
    .post { float:left; width:500px; }

    .group:after { visibility: hidden; display: block; font-size: 0; content: ” “; clear: both; height: 0; }

    #116068
    karlthomas
    Member

    Please ignore – I found it in header.php

    #116076
    Watson90
    Member

    Mark the case as solved @karlthomas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.