This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
Hi, is it possible to click on the number 7 like here: https://gyazo.com/c911428561b859ac0be816734a33a483 and then u automatically scroll down exactly to that point https://gyazo.com/d64f42cb88ea86af5a66e931a3a84edf .
Also i keep struggling with the responsiveness of these banners. Can u advice me how to make them responsive on every browser? https://gyazo.com/20e35c8346374102d484a656d789387d
https://gyazo.com/fd68b7e100ed583d2a080fad38b2ecbf
https://www.prismalence.nl/nl/havenkraanverlichting
https://www.prismalence.nl/nl/terreinverlichting
thanks!
Hello,
1. What about some of Massive Addons elements, for example – http://mpcthemes.net/products/?product=massive
2. Change size of font or use this code:
.banner.valign-middle .banner-content h2 {
word-wrap: break-word;
}
Regards
It works with a lot of browsers, also with 720p it looks good https://gyazo.com/a3ebb26a64573026a93c6cccd35625d9
but when my customer with a 1920 x 1080p screen checks it, he get to see this https://gyazo.com/15ec08c281021558440e55e6ea03b60c
thanks
Hello,
Please add this code in Custom CSS for desktop:
.banner.valign-middle .banner-content h2 {
font-size: 20px !important;
}
Regards
Thanks,
Sorry to say, but now the homepage has this strange bug that it makes the banner text smaller.. https://gyazo.com/7a3273f0fe4536e95dd477e646487c7c
https://gyazo.com/5f78d4467cf620008a491d7b479b21fc
Hello,
Go to Pages > edit your page and add the following custom in page custom CSS
@media only screen and (max-width: 1500px) and (min-width: 992px){
.banner.responsive-fonts .banner-content .banner-title, .banner.responsive-fonts .banner-content .banner-subtitle {
zoom: 1;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up