Tagged: Breakpoints, responsive
Hi,
I’ve found that my homepage fullscreen slider doesn’t display properly between 768px and 1292px – the call to action buttons are completely cut-off as the text size of the headline and caption is too large.
How can I change the breakpoints or otherwise solve this problem?
Thanks,
Matt
Hey meanster99,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1292px) {
.home #fullscreen_slider_1 .slideshow_caption {
width: 60%;
}
.home #fullscreen_slider_1 .slideshow_caption h2 {
font-size: 44px !important;
}
}
Best regards,
Nikko