Hi problem still there… what am I doing incorrectly?
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption h3 {
font-size: 15px !important;
}
}
landscape is fine
portrait still cuts off
can I also remove the header on mobile only is there a CSS for the? So I have a full image instead.
Hey Epic,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Same issue as before.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive #top .slideshow_caption {
padding-top: 0!important;
}}
Regards,
Yigit
ok will try now
FINALLY!!! you fixed it….what i wanted all along you are the best Yigit
Thank you so much!!