Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #800588

    Hi,

    I have the following question. I used your Onepage-template to create my own site. Using the fullscreen-slider with a title is ok unless you are on mobile. Then the font is barely visible and the buttons mess up everything. Is there an option to hide them when being on a mobile or move them to the top?
    Right now you only can select left, right, center with or without a box.

    #800778

    can anyone help me?

    #800784

    Hey foxp3,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
      #top .avia-slideshow-button {
        margin-top: 0;
      }
      .slideshow_align_caption {
        vertical-align: top;
      }
    }
    

    Let me know how do you like this suggestion :)
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #806600

    Thank you very much! This worked perfectly! :)

    #806722

    Hi,

    We`re glad that your problem was solved :)

    Best regards,
    John Torvik

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