Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #884402
    jsjmccracken
    Participant

    Hello,

    On http://www.tablerockkennels.com/ how to I change the width and height of the masthead?

    #885244
    Friech
    Moderator

    Hi There,

    Thanks for writing in! The entire height of the masthead is consist of the topbar, logobar, and navbar. You can adjust the logobar height by adjusting the width of your logo.

    a.x-brand.img {
        max-width: 30%;
    }

    You can adjust the navbar height on the Customizer under the Header tab, look for the Navbar Top Height field.

    Hope it helps, Cheers!

    #888361
    jsjmccracken
    Participant

    Thank you for the reply! I wasn’t clear. How do I change the height of the slider in css without going into the Layerslider plugin and changing it there?

    #889122
    Nabeel A
    Moderator

    Hi again,

    To change the height of your LayerSlider, you can try this code:

    .ls-wp-container {
        height: 500px !important;
    }

    Let us know how this goes!

    #889217
    jsjmccracken
    Participant

    Thank you but is there a way to make it specific to only the slider on the home page?

    #889794
    Zeshan
    Member

    Hi there,

    Thanks for writing back!

    You can use following CSS code instead to apply it only on the homepage:

    .home .ls-wp-container {
        height: 500px !important;
    }
    

    Thank you!

    #890117
    jsjmccracken
    Participant

    Perfect! Thank you for the help!

    #890295
    John Ezra
    Member

    You’re most welcome! 🙂

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