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,
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
Sure!
You shoud resize the size to see
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slideshow_caption { width: 100%; }
Cheers!
Yigit
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.
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
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.
Any answer?
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
Thanks, it works!
Hi,
Glad we could help :)
Regards,
Nikko