Sidebar tweaks for v3

  • Author
    Posts
  • #57950

    I like the latest Mantra v3 but the sidebar needs a couple of tweaks. Can you tell me what the CSS IDs are to adjust:
    – the text alignment in sidebar widgets (justified isn’t great)
    – the padding between widgets (way too much space)

    Thanks!

    Website: davidya.ca

    #58016
    Zed
    Cryout Creations mastermind

    Both can be accomplished with a bit of custom styling:

    #primary, #secondary {
        text-align: left;
    }
    .widget-area .widget-container {
        margin-bottom: 20px;
    }

    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.
    #58029

    Perfect, Zed. Thanks!
    I dropped the bottom margin to 10px.

    I have several bits of custom styling I’ve added to the Misc Settings section over time. Key is knowing the IDs to adjust them. Much appreciated.

    Now my Mantra v3 implementation is back how I like it but with the new enhancements. 🙂

    • This reply was modified 6 years ago by davidfb.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Sidebar tweaks for v3’ is closed to new replies.