How to adjust gaps between widgets

  • Author
    Posts
  • #57359

    Hello,
    I would like to ask, how can I adjust the geps between widgets or the gaps between articles or the gep between the header area and articles area?

    Website: lindarealmoments.com

    #57517
    Zed
    Cryout Creations mastermind

    The spacing between widgets can be adjusted with custom styling:
    body .widget-container { margin-bottom: 1em; }

    The vertical spacing between articles can also be adjusted with CSS:
    body #content-masonry article.hentry { margin-bottom: 2%; }
    The horizontal spacing between articles is more difficult to adjust since it is applied by multiple styling rules, some generated based on the theme options.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #59724

    Thanks for your big help. I did the adjust.

    Website: lindarealmoments.com

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to adjust gaps between widgets’ is closed to new replies.