Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1065764

    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

    #1066231

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.