Forums

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

Home Forums CSS Headers on pages are completely gone.

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43254
    tlade
    Member

    When you click on a page you will see that the header is not there. I tried adding a container fluid 90 to the css. Maybe I’m putting it on the wrong spot? Please help. Thanks in advance. http://techslatest.com/

    #127537
    Alen
    Participant

    Not sure what you’re talking about. Site looks fine to me.

    #127539
    tlade
    Member

    When you click on a product the page doesn’t have a header. Should have product title. If you go on the site from a mobile device you will see how it’s suppose to look. Thank you for the response!

    #127540
    CrocoDillon
    Participant

    The title is there, it’s just being overlapped by your fixed menu. A `padding-top: 45px;` or more on `.container` while the fixed menu is… fixed is a simple… fix.

    #127546
    Alen
    Participant

    You need to add some `margin-top` on `div` with class of `row`. Just make sure you add the code in all of your Media Queries where appropriate.

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