Sidebar tweaks for v3 Forums » WordPress » Mantra » Bugs Author Posts January 6th, 2018 at 03:34 #57950 davidfb 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 January 7th, 2018 at 16:21 #58016 ZedCryout 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. January 8th, 2018 at 03:28 #58029 davidfb 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 7 years ago by davidfb. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Sidebar tweaks for v3’ is closed to new replies.