• Resolved maxArchive

    (@maxarchive)


    before i fix this manually by inserting an extra new line in the following text, here is the layout problem. without gutenberg i had a nice distance after finishing a subtitle and pressing return.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Do you mean the “caption” when you say “subtitle”? By this, I mean the text below the images.

    Your theme, named “mog”, seems to set the margin space around all “figure” elements to zero. This will override the default stylesheet, which adds a 40 pixel margin below the element.

    You can fix this yourself by eliminating this block in your theme’s style.css file, on line 194:

    
    figure {
    	margin: 0;
    }
    

    Or, you can ask your theme author for an update. They might have a new and improved version.

    Thread Starter maxArchive

    (@maxarchive)

    thanks otto! i wonder why this has not happened before i installed gutenberg. the MOG theme is old and robust. i can fix the margin myself, but i contacted the developer and gave him the link to this solution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subtitle too close to following text’ is closed to new replies.