Does anyone know how I can change the banner height on my homepage slideshow banner on the Bedford template? I know this question has been asked a few times. There seems to be codes flying around that will change general banner height, but not the slideshow banner height on the homepage (top banner) specifically.
Yes, you can actually change the min-device-width to whatever you want, but for general iPad layouts use 768px.
//* For general iPad layouts *//
@media only screen and (device-width: 768px) {
Copy and paste the code below to your Custom CSS. Change the height value to what you want. Let me know if this works...
.collection-type-page.has-promoted-gallery #promotedGalleryWrapper .sqs-bl
Hi @DaleBoettcherPhoto, the code I wrote before isn't great actually... I would try it differently this time. If you're looking to change it only in one page then add the code below to the page settin
Question
Emmyk1 1
Does anyone know how I can change the banner height on my homepage slideshow banner on the Bedford template? I know this question has been asked a few times. There seems to be codes flying around that will change general banner height, but not the slideshow banner height on the homepage (top banner) specifically.
Any help would be amazing, thanks!
Link to post
Top Posters For This Question
9
3
3
3
Popular Days
Nov 19
5
Jan 12
4
Apr 15
3
Jan 6
2
Top Posters For This Question
lu.diehl 9 posts
Emmyk1 3 posts
Monte63 3 posts
mabros 3 posts
Popular Days
Nov 19 2019
5 posts
Jan 12 2020
4 posts
Apr 15 2020
3 posts
Jan 6 2020
2 posts
Popular Posts
lu.diehl
Yes, you can actually change the min-device-width to whatever you want, but for general iPad layouts use 768px. //* For general iPad layouts *// @media only screen and (device-width: 768px) {
lu.diehl
Copy and paste the code below to your Custom CSS. Change the height value to what you want. Let me know if this works... .collection-type-page.has-promoted-gallery #promotedGalleryWrapper .sqs-bl
lu.diehl
Hi @DaleBoettcherPhoto, the code I wrote before isn't great actually... I would try it differently this time. If you're looking to change it only in one page then add the code below to the page settin
Posted Images
27 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment