• Resolved martinthefloorman

    (@martinthefloorman)


    Hi
    I am really trying to embrace the whole Gutenberg thing but I am getting more frustrated day by day.

    I have inserted a gallery box on my about page with three photos in it. in the back end it all looks pretty side by side in three columns.

    However as you will se on the live site it left aligns them in one column and it looks rubbish.

    This should be a really easy task, I shouldn’t have to write a ticket every other task I take on using Gutenberg? is it going to get easier??

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am experiencing the same issue. Very frustrating because the back end does appear to be correct. I even tried resizing the photos manually to get them to fit “across,” and also ended up switching back to the original basic editor, and now cannot figure out how to get Gutenberg back to even look at it again — any suggestions?

    https://homegrowen.com/2018/08/27/diy-baby-changing-pad-cover-crazy-easy/

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    @martinthefloorman Your theme, “storefront” has this code in the stylesheet:

    
    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto;
    }
    

    Specifically, this “display:block” setting is overriding the Gutenberg gallery styles. Removing that line will make the gallery display across the page again. Ask your theme author for an update.

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