Hi,
Background Color of your home extra section and portfolio section is same, that’s why it seems large space between both section.
Put below css in custom css editor field
section#portfolio {
background: #f9fafc;
}
If you want both section more close
open home-content.php file and remove row_spacer class and save file.
NOTE:- Modify theme using child theme.
Thanks
Hi
Thanks for your reply.
I think the second option is more what I’m wanting to achieve, but I tried it and it just made the background colour of the ‘Looking for inspiration’ section disappear to leave the sand background showing through. I’m not sure it even closed the gap, but the background needs to be there, but just not so much space in between them.
Is this the part I was supposed to remove? <div class=”container row_spacer”>
The reason I want to do this is because at the moment everything is stretched too far down the page, I want to get the best use of the space above the fold and below too.
Is there any way to make the space between the title and the next section smaller please?
Thanks
Sally
Hi,
Is this the part I was supposed to remove? <div class=”container row_spacer”>
Only remove the row_spacer class not entire div tag.
It’ll reduce the space between section.
Thanks
Thank you 🙂 That’s beginning to look much better.
Do you know where I would find these spacers for the areas above the ‘Find the best places to go with kids on holiday!’ title and just below the service options boxes please?
Thanks again!
Hi,
Please create a “Child-Theme” first.
Copy “home-service.php” file and paste into “Child-Theme” directory.
Now open it into any text editor.
And find “row_spacer” class and remove it.
Save the changes.
Thank You
Hi
Thanks as always for your help 🙂
The only spacer text I could find in that file was icons_spacer but I deleted that and it worked a treat for the top part! 😀
It didn’t fix the issue at the base of the page, but I found the right code to edit in the portfolio file for that – I’m learning slowly! 😀
HI,
Great work.
Let me know for further assistance.
Thank You