The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › How to position an item out of his container
Hi everybody, please take a look at the following image.
Example
I need to get an effect like the red section in the header. Please consider that all the page (header, menu, main content and footer) content is contained in the central highlighted zone and the title does not have a fixed width because is dynamic.
Thanks in advance, Flea
Use a div that ISN’T in the wrapper and the float that element inside it to the right,
You have to clear the float but that’s simple enough.
It would be great if you could provide an example.
Thanks in advance.
It would be great if you provide a simplified case in Codepen.io.