Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @elotse,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .wp-block-gallery .blocks-gallery-item:last-child { margin-bottom: 16px; }

    Let me know if that does it. I’ll try to include a more permanent fix as part of the theme at some point.

    — Anders

    Thread Starter elotse

    (@elotse)

    Hello Anders,
    thanks a lot for your quick help.
    The CSS input in the Customize works perfectly.
    Thank you very much.

    Since I am using a child theme for other reasons, I have also tried this in the child css, but it does not work there!
    All CSS changes per child will not be accepted!
    Other child files works.
    footer.php and single.php could be changed fine.

    Is the child style.css possibly blocked by the Customize function?
    For example, I want a different font for the .blog title and for
    .blog description.
    My code for this is:

    @font-face { 
      font-family: 'Syncopate';
      src: local ('Syncopate')
      url('../fonts/Syncopate-Regular.ttf') format('truetype'); 
      }
    @font-face { 
      font-family: 'Syncopate';
      src: local ('Syncopate')
      url('../fonts/Syncopate-Bold.ttf') format('truetype');
      font-weight: bold; 
      }
    .blog-title,
    .blog-description {
      font-family: 'Syncopate', sans-serif !important;
      }  
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gallery will be displayed incorrect’ is closed to new replies.