Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1243401
    Rex R
    Participant

    I removed the Archive Title with the following CSS script – http://screencast.com/t/unEVKDSoXbK. But the space is still there above the slider – http://screencast.com/t/K5QAwmyEfJCr.

    This is how it looks (correctly) on the Index page – http://screencast.com/t/4aY9nc5ew. And this is my script to get it that way – http://screencast.com/t/sEMoLUcmA.

    Any recommendations to removing the space. Thanks so much. Rex

    #1243442
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1243930
    Rex R
    Participant
    This reply has been marked as private.
    #1244189
    Jade
    Moderator

    Hi Rex,

    Try using this code:

    
    .x-navbar-inner {
        min-height: 50px;
    }

    Hope this helps.

    #1244685
    Rex R
    Participant

    Sorry, I cannot get it to work. The 50px did nothing. When I changed it to:

    .x-navbar-inner {
    max-height: 10px;
    }

    It was better but then the Index page went to this – http://screencast.com/t/gZwlTtHUkp2. And the tablet and phone screen size went nuts. I can’t deal with the Archive without affecting the Index page. I am getting better with CSS script though. This is where I am now – http://screencast.com/t/frJxMEwQ9fC7

    I don’t know if it is related but the next thing I want to do is to proportionately reduce the vertical height of the Slider in Tablet and phone for both Index and Archive. I think it is reducing some now but I really want to reduce the height. Thanks so much for everything. Rex

    #1244820
    Rue Nel
    Moderator

    Hello There,

    To remove the space for the archive title, please have your code updated and use this instead:

    .archive .x-header-landmark,
    .archive .h-landmark {
        display: none;
    }

    Please let us know if this works out for you.

    #1245179
    Rex R
    Participant

    Rue – Boom! Thank you so much. I had really been working on that. Rex

    PS – I want you guys to know that I really go through the forum items before I send in a support request. It has helped so much and usually always fixes the issue. Thanks again.

    #1245574
    Rue Nel
    Moderator

    Hello Rex,

    You’re welcome! We are just glad we were able to help you out.
    Thanks for letting us know that it has worked for you.

    Cheers.

  • <script> jQuery(function($){ $("#no-reply-1243401 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>