Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #737375

    Hello,

    We are using Fullwidth easy slider and we need the caption box to be wider than the current one in normal mode.
    When mobile mode we need to make it smaller, but instead at 768px size, we need this to happen at 1024px.

    Thankyou,

    #737544

    Hey neo-systems,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #737887

    Sure!

    You shoud resize the size to see

    #737917

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .slideshow_caption { width: 100%; }

    Cheers!
    Yigit

    #738215

    Ok, thanks

    But how about the other question?
    In mobile mode we need to make the caption box smaller (font size), but instead at 768px size, we need this to happen at 1024px.

    #738256

    Hi!

    You can go ahead and use

    Media Queries, which will help you with the process.
    Please review how they work so you can achive your results.

    Thanks a lot for your time and patience

    Cheers!
    Basilis

    #738339

    Thanks, but which css rules are making the subtitle box smaller and proportional?

    I can see, that in lower widths, enfold theme changes the design of the caption box to make it proportional, I just want to see the same behaviour with wider screens.

    #739314

    Any answer?

    #740140

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #top .slideshow_caption {
        width: 100% !important;
      }
    
      #top #wrap_all .slideshow_caption h2.avia-caption-title {
        font-size: 28px !important;
      }
    
      .responsive #top .slideshow_caption .avia-caption-content {
        font-size: 18px !important;
      }
    }

    Just adjust the font sizes as you see fit. Hope this helps.

    Best regards,
    Nikko

    #740151

    Thanks, it works!

    #740918

    Hi,

    Glad we could help :)

    Regards,
    Nikko

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