Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #823465

    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

    #823740

    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

    #824102

    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

    #824391

    Hi,

    Thanks for the feedback. Do you mean that you want to hide extra menu element on mobile screens?

    Best regards,
    Rikard

    #824621

    Yes – exactly.How can I do that?

    #824625

    I just found the code I needed – thanks.

    #824971

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.