Tagged: x
-
AuthorPosts
-
April 15, 2016 at 10:23 am #884402
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/ how to I change the width and height of the masthead?
April 15, 2016 at 11:29 pm #885244
FriechModeratorHi 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!
April 18, 2016 at 9:28 am #888361
jsjmccrackenParticipantThank 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?
April 18, 2016 at 8:22 pm #889122
Nabeel AModeratorHi 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!
April 18, 2016 at 10:36 pm #889217
jsjmccrackenParticipantThank you but is there a way to make it specific to only the slider on the home page?
April 19, 2016 at 6:15 am #889794
ZeshanMemberHi 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!
April 19, 2016 at 9:18 am #890117
jsjmccrackenParticipantPerfect! Thank you for the help!
April 19, 2016 at 10:45 am #890295
John EzraMemberYou’re most welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-884402 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
