• Resolved rennsday

    (@rennsday)


    I’m attempting to help my friend with her gallery sections since they seem slightly off-center regarding the gallery images. It looks fine and centered in tablet and mobile modes, but in normal computer mode, it’s centered but off-centered on the page as a hole. I had tried using the 3-column mode, but it makes the images line up in 2 columns in mobile mode, where she’d rather only have one.

    Any help, suggestions or comments that I might be able to work with or let her know about would be greatly appreciated.

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

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

    (@elviiso)

    Hi @rennsday

    The issue you are describing is being caused by CSS from your theme which is basically shifting the entire page to the right. Here’s a screenshot of the CSS: https://prnt.sc/nCSEUxpOaQU-

    The CSS below should counter it and assist in centralizing the page’s content, including the gallery. You can modify it further if needed.

    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: inherit !important;

    }

    Thanks.

    Kind regards,
    Elvis.

    Thread Starter rennsday

    (@rennsday)

    Thanks, Elvis.

    It just also makes the image(s) like the one on the main page to shift over to the left as well. Took me a while to figure out how to re-center the main page’s image so that it wasn’t shifted to the left as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.