Fliter not displaying in full on mobile

Home Forums Jevelin Theme Fliter not displaying in full on mobile

Home Forums Jevelin Theme Fliter not displaying in full on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • talithabc
    Participant

    Hi all,

     

    I’m using the portfolio preset of the theme.

     

    When my site is being viewed on mobile, the filter categories are not fitting in correctly, with the bottom row sitting below the background image entirely (so it’s white on white and not visible unless highlighted) and the second bottom row partially sitting over the white background. Screen shot attached.

     

    This happened even when I had less categories inputted.

     

    Any help fixing this would be greatly appreciated please.

     

    Thanks,

    T

    Attachments:
    You must be logged in to view attached files.

    Hi T,

     

    I hope you are well today and thank you for your question.

     

    You can resolve this issue coloring filter background on mobile devices by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media screen and (max-width: 550px) { 
    #filter-7c965475e86778586eb3f5c5f5821836 .sh-filter-item-content {
        background: rgba(0,0,0,0.5);
    }
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)