Moving Containers
Permalink
I'm struggling to move containers down a page to make room for an element I'm enlarging. I had hoped elements would simply bump down the page. I've tried to find this in HTML but no luck. This is probably simple but it's driving me crazy! The site iswww.www.doorcountyhalfmarathon.com.... Screenshot attached shows what I'm trying to do. Would LOVE any help.
It comes close, but I don't want to move that top rotating image down, just the containers below the sponsors.
I came up with a makeshift fix by adding returns within the containers below. Not perfect, but workable.
Cannot tell if your page layout is a grid, one column or multiple columns.
If it is four columns, for example, you would have to adjust padding on top of all four columns, or perhaps the padding on the bottom of the nav element.
Another approach would be to edit the page layout and add a full-page width layout, then move it above the other content blocks.
If it is four columns, for example, you would have to adjust padding on top of all four columns, or perhaps the padding on the bottom of the nav element.
Another approach would be to edit the page layout and add a full-page width layout, then move it above the other content blocks.
took a quick look; to me, it looks like you could do this:
Will this help you?
regards,
Paul