Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ElDooderino

    (@eldooderino)

    Hi,

    I added this CSS Snippet to costum CSS because i wanted to center the Category Boxes:

    .fusion-column-wrapper {
    max-width: 100%;
    display: grid;
    place-items: center;
    }

    that caused it!!!!
    Is there a “correct” way to center the boxes here?? ?? :
    https://solutions.t-trading.de/wandfliesen/

    Hi eldooderino,

    Since this seems to CSS target another plugin’s class, it’s better to put it in the Additional CSS for your theme.

    To add it:
    1) In the left side menu, click “Appearance” -> “Customize”
    2) Scroll down to “Additional CSS”
    3) add this code in:

    .fusion-column-wrapper {
    max-width: 100%;
    display: grid;
    place-items: center;}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Catalog shrinks when Updating Results’ is closed to new replies.