Hi – i read through the posts on this topic, but could not find the answer. The caption title and buttons are fine for desktop, but for mobile are at the bottom of the screen. Is there a way they can be higher for mobile viewing?
Site info below
Thanks
Hey Dwimmer,
You can add the following code at Enfold Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 775px) {
ul.avia-slideshow-inner {
height: 265px!important;
}}
Best regards,
John Torvik
Thank you. That worked pretty well, but let me ask you this, which may be a better resolution: I’m current using the extra menu elements above the menu, is there a way to suppress these elements for mobile?
Thanks
Hi,
Thanks for the feedback. Do you mean that you want to hide extra menu element on mobile screens?
Best regards,
Rikard
Yes – exactly.How can I do that?
I just found the code I needed – thanks.