• andyandy

    (@androidandreas)


    I would like to fix the formatting on this page.

    I am not sure why the images – apart from the one in the top left – have a grey, white-on-grey band at the bottom. It is hard to read and cluttered.

    How do I get all the images (which are also link buttons) to look like the one in the op left?

    Do I need to edit each individual image?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • !Benni

    (@benniledl)

    Hi, the first image does not have the grey band because it has the class is-style-rounded so either you make all your pictures rounded or you could use this css to remove the grey band from all:

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
      background: none;
    }
    Thread Starter andyandy

    (@androidandreas)

    Hmmm, that looks worse tbh.

    How about I delete the CSS script and the gallery and create a new one?

    Would I need to tweak any settings to do that?

    !Benni

    (@benniledl)

    Hi, you can do that, no settings needed

    Thread Starter andyandy

    (@androidandreas)

    Presumably I need to delete the CSS code I added or it will affect any subsequent gallery I create, yes?

    !Benni

    (@benniledl)

    Yes you should

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Formattimg gallery’ is closed to new replies.