Hello!
I would like to reduce the amount of white space between objects in my content, and also in the header area. Can you help with what CSS I would need to modify?
Thank you,
Michael
Hi Verdaccio!
You can reduce the header size in Dashboard > Enfold > Header. As for the content, can you take a screenshot highlighting the exact areas your wanting to reduce?
Best regards,
Elliott
Hello Elliott,
Thanks for the reply. The areas I want to reduce the vertical whitespace between objects on the homepage of my site. Here is the screenshot:
I would like to reduce the vertical whitespace between the logo and the first mountain image, and between the bottom of the mountain image and the boxes below.
Thanks,
Hey there guys, I see you have just an incredible number of hits today. I wanted to bump this up.
FYI…I have enabled the custom CSS on each element already by adding the line to my functions.php file from the documentation.
I have tried both padding and negative margin codes to reduce the whitespace above and below each element in my content but they don’t seem to work – i.e., margin-top: -50px;
Thanks for any help! :)
Hey!
Add this to a codeblock element in the page.
<style type = "text/css">
.avia-slideshow { margin-bottom: 0px !important; }
.avia-content-slider { margin-top: 0px !important; }
</style>
Cheers!
Elliott