• Resolved irina1975

    (@irina1975)


    Good afternoon.
    How to make 2 photos in one row on mobile phones.
    I attached a link – there you will see the first 2 squares (this is not your plugin – these are screenshots of the picture) – look even below, there are pictures in one row one by one – this is ugly, not convenient and people think that the site is crooked and bad.
    How to fix this crookedness?
    1 line – 1 picture (I need = 1 line – 2 pictures)
    Thank you, best regards.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @irina1975

    Kindly add the following CSS code snippet to the “Custom CSS” section of that particular FooGallery gallery and save changes:

    
    @media only screen and (max-width : 767px) {
    
        	.foogallery.foogallery-simple_portfolio .fg-item {
    		margin: 10px !important; /* Change the gutter size */
    		/* Change the width so two columns are displayed.
    		The 20px value is the gutter multiplied by 2
    		as it is displayed on the left and right of the item. */
    		width: calc(50% - 20px) !important;
    		min-width: calc(50% - 20px) !important;
    		max-width: calc(50% - 20px) !important;
    	}
    
        }

    Once added and saved, each row will have two gallery photos displayed instead of one as it currently is.

    Thanks.

    Kind regards,
    Elvis.

    Plugin Support elviiso

    (@elviiso)

    Hi @irina1975

    We haven’t heard from you in a while, so we presume the problem has been resolved and we’re closing this support ticket.

    If you are still experiencing the problem, then please open a new support ticket.

    Regards,
    Elvis.

    Thread Starter irina1975

    (@irina1975)

    In which file should this code be entered and in which line?

    Thread Starter irina1975

    (@irina1975)

    There is no Custom CSS in the plugin. There is only: Custom Javascript; Custom Stylesheet

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin mows’ is closed to new replies.