Hi, we have been losing a lot of time trying to customise the spacing at the top of http://rubicab.com.au
What we want to achieve is:
1. MUCH LESS WHITE SPACE AROUND THE TEXT which says
We Design, Supply & Build Outdoor Decking, Fencing Projects, Granny Flats with Innovative and Low Maintenance Building Materials
I have other issues which might impact on this about the logo but since I was instructed to do one ticket for each issue here it is,
I tried the suggestion from Andy
1.) Try this code inside Quick CSS field:
.container {
padding: 0px;
}
and no change was visible.
Hey cblajos,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Adjust the padding top and bottom values to suite your design.
.page-id-1097 .content:first-child {
padding-top: 10px;
padding-bottom: 10px;
}
Best regards,
Vinay