Tagged: homepage, padding, spacing, white space
Hi
I need to reduce the white spaces between the elements on my homepage – in particular the spacing between the latest news feeds and the above content and the feeds and the footer
Apologies as there are some fixes out there for this but I could not work out the exact code I needed for my homepage
Thanks
Hey Coronacom!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-special-heading { margin-top: 0; }
.avia-builder-el-26 { padding-bottom: 0!important; }
.content { padding-top: 20px;
padding-bottom: 20px; }
Best regards,
Yigit
Hi!
I think you have accidentally added the code to “Google Analytics Tracking Code” section and not in Quick CSS section under Styling tab. Can you check once again?
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.page-id-433 .avia-icon-list .iconlist_content_wrap { text-align: center; }
And if that is not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Hi!
Please try adding following code
.avia-builder-el-10, .avia-builder-el-15 { margin-top: 0!important; }
.avia-icon-list-container { margin: 0; }
Best regards,
Yigit
Hello,
Are you able to tell me the quick CSS code to move this wistia video higher up so that the space between that and the text block above is margin-top:20px; rather than 50px?
http://www.spectrecom.co.uk/charity-marketing-videos-films-campaigns/
Thanks
Hey!
Please add following code to Quick CSS
.page-id-9195 .column-top-margin {
margin-top: 20px;
}
Regards,
Yigit
Great, thank you!