smythep Posted January 25, 2015 Share Posted January 25, 2015 I'm wanting to change the height of the banner on a specific page of the Bryant Template. I'm assuming something needs to go into page header code injection, but I'm not sure what. Any help would be appreciated. Link to comment
StyleTherapy Posted February 18, 2015 Share Posted February 18, 2015 I am also trying to change the height of the thumbnail banners (to make them smaller). Link to comment
oemartinez Posted March 9, 2015 Share Posted March 9, 2015 You can adjust the banner to a specific height, or change the padding to reduce/increase the height. Examples: .banner-thumbnail-wrapper { padding: 80px 0px; } .collection-type-page .banner-thumbnail-wrapper { padding: 150px 0px; } .collection-type-index .banner-thumbnail-wrapper { min-height: 20px; max-height: 75px; } Hope this helps Link to comment
WebbJ8 Posted November 13, 2015 Share Posted November 13, 2015 I found a way that has worked for me using a little bit of custom CSS. You'll want to enter this code into custom CSS on the design tab: .view-list.transparent-header .banner-thumbnail-wrapper, .collection-type-page.transparent-header .banner-thumbnail-wrapper, .collection-type-blog.view-item.transparent-header .banner-thumbnail-wrapper { padding:60px 0px 20px; } You can then change the '60px and 20px' to whatever you want, the middle value will move the page title left or right So far it seems to work fine on all pages too.Hope this helps answer your question! Link to comment
Guest Posted June 7, 2017 Share Posted June 7, 2017 How can i use this to change the banner height to a unique height for each individual tab? Link to comment
julesverne Posted July 15, 2017 Share Posted July 15, 2017 Thank you for this. The code worked in Bedford template. Now I can easily change the height of the banner. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.