Tagged: Widget
Hi guys,
Just wondering if there is a simple way of achieving something that looks like this: http://imgur.com/fsrzJKr
I’ve tried adding a widget area to the header which worked but this isn’t where I want the content to be. I’d like the boxes (image with text overlay) to hang over two different colour sections in order to ‘tie’ the page together a bit.
I’ve already successfully added in 3 text boxes with a white background and image over the main colour section but I can’t figure out how to drop it over two colour sections, as in the example I have provided.
Hoping there is an easy fix I haven’t figured out as yet! Should I be considering another widget area or something else?
Thanks :)
Update – it would be great to be able to achieve the above with the icon boxes also, if possible??
Hey saremcdee!
Do you have a link for the site in question please?
Best regards,
Rikard
Hey!
Place the iconboxes inside a color section. Apply a unique id attribute, use “custom-section” for example. Set a negative top margin:
#custom-section {
margin-top: -400px;
}
Cheers!
Ismael
Awesome, that’s great! Thanks so much :)