Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1113706

    Hello,

    Having trouble getting portfolio items to have “next” arrows on mobile. I can click to the next item on desktop but not on mobile. I can’t find a setting to change this.

    Main page: https://www.beaverislandbrew.com/brews-test/

    Would like to be able to scroll through all these items on mobile:

    #1113877

    Hey bbjorge,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #1114040

    Thank you. Unfortunately it does not work.

    #1114042

    Hi,

    CSS Rikard suggested should worked. If you are using a cache plugin, please make sure to flush the cache. If that does not help, please post WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    #1114058

    info attached private

    #1114062

    Hi,

    Thanks! Could you also please switch user role to Administrator? :)

    Best regards,
    Yigit

    #1114069

    Switched to administrator

    #1114614

    Hi bbjorge,

    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: 767px) {
        .responsive #top a.avia-post-nav {
            display: block;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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