Tagged: Full Width Slider
Good morning,
The point is that I´m using Enfold, and on the main page, I have a full width easy slider on the top, with buttons and captions…The point is that this looks great on a pc, but very small in a mobile…
–So, I was wondering if there is a way of increasing the size of the slider on the mobile view….
I attach my user/pass settings just if you want to take a look,
thanks in advance
Hey davidmartinserrano,
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: 767px) {
.responsive #top.home #main {
padding-top: 75px !important;}}
Best regards,
Vinay