Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #893234

    Hello at Kriesi,
    I have integrated the post slider in a page showing 3 columns and 3 entries in a row. On mobile these columns are stacked one below the other – thats great. Can I have this on tablet too? At the moment on tablet the first image is big and the next 2 are below and in row. I want them all on below the other too.

    Thanks!

    Best Regards
    Jörg

    #893403

    Hey Sigmund,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #893420
    This reply has been marked as private.
    #893590

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #top #wrap_all .slide-entry {
        width: 100% !important;
        margin-left: 0 !important;
    }
    }

    Best regards,
    Rikard

    #893653

    Great, that works! Thank you, Rikard.
    Best Regards

    #893664

    Hi,

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

    Best regards,
    Rikard

    #893668

    Hi,
    yes, perhaps you can help: The images of the post slider now have a grey background left and right on some tablet screensizes (like ipad mini in landscape mode). You can simulate that by browser resizing.

    Best Regards

    #893972

    Hi,

    Thanks for the feedback. Please try this CSS as well:

    span.image-overlay-inside {
      border-color:transparent !important;
    }

    If that is not what you are referring to then please post a screenshot of what you would like to remove.

    Best regards,
    Rikard

    #894634

    Hi,
    thanks Rikard. I have tried your code and later found it myself. I had to change the color of “Alternate Background for menu hover, tables etc” for the Main Content.

    You can close the topic. Thanks once again.

    Best Regards

    #894859

    Hi Sigmund,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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