• Resolved musizi

    (@musizi)


    My isotope portfolio has a problem in the mobile version.

    The category on top breaks into two lines – no space in between.
    I want to add a space between. How is that possible?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    can you please use this CSS at your Customizer > additional CSS,

    Hope this will fix your issue.

    @media only screen and (max-width: 767px) {
        .tlp-portfolio .tlp-portfolio-isotope-button.button-group button {
            margin-bottom: 15px;
        }
    
        .tlp-portfolio .tlp-portfolio-isotope-button.button-group {
            margin-bottom: 0;
        }
    }

    Thank you

    Thread Starter musizi

    (@musizi)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Isotope Layout on mobile’ is closed to new replies.