Home Forums Weaver Xtreme Theme div class=”content-2-col

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18187
    Alexander
    Participant

    Hello,

    I have question about <div class=”content-2-col-left”>
                                       <div class=”content-2-col-right”>

    Are there any easy way to move second div under the first one then there are no enough space?

    Thanks

    #24246
    scrambler
    Moderator
    First you are using xtreme, so the classes to use are no longer the one with left and right.
    Read the thread below for the proper syntax and ideas on how to customize them

    http://forum.weavertheme.com/discussion/11220/weaver-xtreme-tips-and-tutorial-part-5

    You should be using

    <div>
    <div class=”content-2-col”>First column content</div>
    <div class=”content-2-col”>Second column content</div>
    </div>
    <div style=”clear:both;”></div>

    These will by default stack on small devices.

    If you need a different behavior, give us a link to the page with more details

    #24247
    Alexander
    Participant

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.