Forums

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

Home Forums Design Tab content doesn’t fix under nav tabs

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

    Hi,

    Maybe it is a simple situation, but for me, I can’t fix it. So I am making a page using bootstrap after a picture model. I have to make a navigation pannel, but the tab content it doesn’t start under the tabs, it is over them. Here is some code:

    <div>
     &lt;ul id="tabs" class="nav nav-tabs navbar-right stil" data-tabs="tabs"&gt;
            <li><a href="#">Enterprise Edition</a></li>
            &lt;li class="active"&gt;<a href="#">SMB Edition</a></li>
    </ul>
      <div>
        <div>
            <img src="imgs/header.png" />
        </div>
    </div>
    

    I have searched, but every method is similar to mine. Can you please help me?

    #245266
    SabinaAlice
    Participant

    This is the code, I don’t know why I can’t put it right.

    <div>
         <ul id="tabs" class="nav nav-tabs navbar-right stil" data-tabs="tabs">
                <li><a href="#">Enterprise Edition</a></li>
                <li class="active"><a href="#">SMB Edition</a></li>
        </ul>
    
    <div>
        <div>
            <img src="imgs/header.png" />
    
        </div>
    </div>
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design’ is closed to new topics and replies.