Hey there,
Where can I provide global settings to reduce the margin & padding among all elements within the site….right now there is just too much padding going on: http://dev.lorenasarbu.com/padding.jpg
Thanks
Hi Justin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS
@media only screen and (min-width: 768px) {
.home #after_full_slider_0 { display: none; }}
You should modify Grid.css file to adjust the spacing between columns and to decrease margin-left value
Cheers!
Yigit
Hey!
Please try adding !important rule as following and add the code to Style.css file of your child theme in Appearance > Editor
@media only screen and (min-width: 768px) {
#after_full_slider_0 { display: none!important; }}
Regards,
Yigit
That is pretty much where I add all custom styles….Thanks Yigit. !important has no effect on it.
Hey!
I have updated the code in my previous post, can you please try it now?
Cheers!
Yigit
Hi!
There was a closing curly bracket missing in your custom CSS code, i added it and now it is working fine on my end. Please try it now and confirm that it is working fine on your end as well :)
Best regards,
Yigit
Hey!
Can you take a look at it now? I found another missing closing bracket
Best regards,
Yigit
Hey!
You can change the logo position with
div .logo {
left: 39%;
}
– insert the code into the quick css field.
The link: http://dev.lorenasarbu.com/ideal.jpg doesn’t work and returns a 404 page.
Regards,
Peter