Okay
  Public Ticket #2438534
remove responsive design from gallery grid
Closed

Comments

  •  1
    Denise started the conversation

    I'd like to remove the responsiveness of the a image gallery grid. I can't share the link as the site is not live and requires a secure login to see it. What I would like is for the gallery grid to remain a grid, even on mobile. Is this possible?

  •  8,884
    Tahir replied

    Hey Again,

    Yes, it's possible. Could you provide a demo url or a screenshot where we can see which specific options you are selected in the Image Gallery.

    Thanks 


    ThemeNectar Support Team 

  •  1
    Denise replied

    Thank you, Tahir! Screen shots of settings attached. 

  •  8,884
    Tahir replied

    Hey Again, Hope you had a Positive Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wpb_gallery_slidesimage_grid .portfolio-items:not(.carousel) .col.span_4 {
        width: 33.3% !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Denise replied

    Tahir, this is perfect. Thank you for always coming through!!!