Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1377635

    Hi

    I noticed after receiving help from you guys that I forgot to check the view on mobile and noticed that the Tab Filters where sitting on top of each other when viewing the page on mobile, please see image

    Test page: https://removerr.co.uk/test/

    Mobile view

    Kind Regards

    Andrew

    • This topic was modified 2 years, 2 months ago by Andrew.
    #1377668

    Hey Andrew,

    Thank you for the inquiry.

    You can add this css code in the Quick CSS field to adjust the style of the filters on mobile view.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
    
      .av-elegant-toggle .taglist a {
        line-height: 2.8em;
        font-size: 0.8em;
        padding: 7px 10px;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css.

    Best regards,
    Ismael

    #1377686

    Hi Ismael

    Thank you, appreciate your help.

    Andrew

    #1377740

    Hi,

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

    Best regards,
    Rikard

    #1377777

    Hi Rikard

    Please close the topic.

    Thanks
    Andrew

    #1377783

    Hi,

    Alright! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion Tab Sort Filter on Mobile’ is closed to new replies.