I'm having some issues with my left sidebar. First, I need space above "Subscribe to our Newsletter," as that is getting cut off. Also, can padding be added between all widgets in this area? theme3.1stopnonprofitshop.com
Hi, Greetings from InkThemes! Please paste the code given below in Custom CSS field of your dashboard. Code: .home_content_wrapper .sidebar { margin-top: 34px; padding-right: 18px; } Change the numeric value as per the requirement.. Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
That fixed the problem with the top of the widget area getting cut off, but how do I add padding between each widget in the left sidebar? (I'll be adding more widgets soon, and want the padding between all of them.
Can you set a specific sidebar widget (such as the horizontal line I created in the text widget) to only take up 100% of the space of the sidebar? I created one, but depending on the size screen, it's either too long or too short...and that's not something I can control.
Hi, Use below code.. Code: .ecwd-widget-50 { padding-top: 20px; border-bottom: 1px dotted black; padding-bottom: 10px; } Hope you will get your issue resolved.. Thanks & Regards! Priyanka InkThemes.com
Hi, Use below code.. Code: form#form-wysija-2 { border-bottom: 1px dotted black; padding-bottom: 12px; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com
How do I get the divider under this new widget I created? Do I need to get code for every widget? theme3.1stopnonprofitshop.com
Hi, Use below code. Code: .es_button { padding-bottom: 22px; border-bottom: 1px dotted black; } Thanks & Regards! Priyanka InkThemes.com
Hello, I noticed that the divider is over there.. Kindly check.. Thanks & Regards! Priyanka InkThemes.com
I added a divider using a text widget and typing <hr>. Unfortunately, it is much lighter than the others. When I add code to darken the line, it darkens all the lines within the theme.
Hi, Use below code.. Code: form.es_widget_form { border-bottom: 1px dotted black; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com