Archived topic
yellow divider and search function glitch - decor theme
11 replies · Started by Nicholas on July 8, 2021
Hi
There is a yellow divider glitch and search function glitch as per my video walkthrough in private section. please urgently advise.
Hi there,
for the Search issue, can you try rebuilding the permalinks by going tom Dashboard > Settings > Permalinks and click Save Changes.
For the other issue - can you share a link to the site ?
Hi, thank you for your quick response, please see in private section
So the yellow block is the background to an empty Container Block that has 40px of padding.... but you should see that in the editor.
Any chance i could get a temporary admin login so i can see whats going on there?
sure thing, which email should i use?
If you just create a temporary admin user, and provide us with that user and password in the Private Information field.
please see in private section
Well that is very weird ... i removed the container block with the spacer inside as something got corrupted. I then duplicated the one at the bottom of the page, and moved it back in place.
You should now be able to select the container block in the editor and adjust its top and bottom padding if you want to reduce the space above/below it.
Hi Thank you,
how do you make the space between the images and the top section equal, please video walkthrough in private section.
Each Container Block has its own Padding options, you can adjust the padding values to add or remove spacing around them.
However the spacer block has some fixed spacing of 40px above and below.
So i would suggest on the container above the spacer to set 0 bottom padding.
And for the container below it, to set its top padding to 0
Then we add a little CSS to adjust the spacer blocks top/bottom margin:
.wp-block-separator.is-style-wide {
margin-top: 20px;
margin-bottom: 20px;
}
Change the 20px to suit.
hi,
Thanks will try, fluent in css just learning the block system still, thanks, will let you know
Let us know :)