Hi,
1-How can reduce the gap between side bar content and border of side bar ?
https://prnt.sc/i3ez8d
2-In the blog page i try to change the sidebar location from right to left but it’s not working ?
Regards,
Ghallab
Hey Ghallab,
1. Try adding this css code in Quick CSS (located in Enfold > General Styling):
.sidebar_right .inner_sidebar {
margin-left: 30px;
}
2. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.
Best regards,
Nikko
Hi Nikko,
Thanks for your response
1-The code not working
2-Temporary login in private section
Regards,
Ghallab
Hi,
I have added this css code in Quick CSS (located in Enfold > General Styling):
.sidebar_right .inner_sidebar {
margin-left: 30px;
}
.sidebar_left .inner_sidebar {
margin-right: 30px;
}
since we will be using the left sidebar, I just cleared the cache and it works fine :)
Best regards,
Nikko