Forums

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

Home Forums CSS [Solved] Make MENU same width as CONTENT Area

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201845
    motion2082
    Participant

    Hey guys,

    Looking to make my MENU the same width as my content area.

    http://tinyurl.com/n6rfhf7

    I have opened up DEV TOOLS and noticed that this section of the Template is using a DIV with no class or id associated with it.

    See below:

    <div>
    <div class="row-top">
    <div class="container">
    <div class="row">
    <div id="block_top_menu" class="sf-contener clearfix">
    <div class="cat-title">Categories</div>
    <ul class="sf-menu clearfix menu-content sf-js-enabled sf-arrows">
    <li class="">
    <li class="">
    <li>
    <li>
    <li>
    <li>
    </ul>
    </div>
    </div>
    </div>
    </div>
    </div>

    #201851
    motion2082
    Participant

    I think I fixed it by using the class NAV again

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