Theme: Enfold Child
General Layout Settings > Dimensions > Maximum Container Width .. 100%
Page built using Avia Layout Builder
Page Setup: Advanced LayerSlider
The page in question is the Homepage [ http://www.247direct.com ] and whilst it renders perfectly on screens wider than 1700px, anything smaller and it cuts off the right-hand side of the page!
The various screen shots can be viewed using Screenfly – click here.
Does anyone know what I’m doing wrong?
Hi Mark!
Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png
Best regards,
Yigit
Thank you, that fixed the width issue but it has now created another issue.
Below around 1100px, the H2 text [We Design. We Build. etc], isn’t responsive in smaller screen sizes .. click here.
Hi!
Edit the H2 Text layer then go to the Attributes panel. Add a unique class attribute (Classes). Use “custom-font” for example. Add this to the Quick CSS field:
@media only screen and (max-width: 1250px) {
.custom-font {
font-size: 15px !important;
}}
Best regards,
Ismael
Thank you for your help, it’s very much appreciated.
The H2 font-size is now too small on screen sizes above 1250px. Do I change the max-width to a higher number or change the H2 font-size in the Advanced Styling section?
Hey!
Yes you could do that, or just create a new CSS query for screens above 1250:
@media only screen and (min-width: 1250px) {
.custom-font {
font-size: 20px !important;
}}
Best regards,
Rikard
Brilliant. Many thanks, that’s sorted the problem. Superb support, as always!