Tagged: yigit
Hi,
i’ve got slider-problems in the mobile view. The content of my sliders begins in the middle of the slider. But I would like to have the content left-aligned, oriented to the logo. Is that possible?
Regards
Hi researchtools!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.caption_bottom .slideshow_caption .slideshow_inner_caption {
padding: 0;
}}
Cheers!
Yigit
It doesnt work, Yigit.