How can I move the sidebar widgets closer?
Hi,
Please provide your website URL.
I need to take a look at your source code in order to provide a solution.
I also need to know what you mean by moving closer. Are you asking for a solution to reduce the space between top and bottom of widget?
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
.widget-content {
margin-bottom: 0px !important;
margin-top: 0px !important;
padding-bottom: 0px !important;
padding-top: 0px !important;
}
You can change the margin-top and margin-bottom ‘s 0px value to a larger number such as 5px to increase the spacing.
Please clear your cache plugin’s cache content after you had added the above mentioned codes.
Thank you
Should this be added before/after a specific section?
Hi,
Sorry, I don’t understand your question.
The code is to be added into the textarea found in Appearance -> Theme Options -> Custom CSS
Thank you
Sorry, my mistake – I read your reply wrong.
Thanks for the help 🙂
You are welcome.
Thank you.
The topic Moving sidebar widgets is closed to new replies