Hello,
I would like to know how to decrease the gap between easy slider caption title and text in the mobile view.
The screen is here: http://imgur.com/a/exjP5
I would like to the same thing with 3 pages, that are listed in private.
Hey pimroll,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.responsive #top .slideshow_caption h2 {
padding-bottom: 0;
}}
Best regards,
Yigit
Hello Yigit,
Great, works perfectly:)
Thanks!