Background For Header

Hi everyone,

http://mwnbuilding.co.uk/

May be trivial for some people, but I want the translucent background to stretch the whole width of the page from one side to the other. What CSS do I need to use for this?

Many Thanks in advance

Does this recent topic answer your question?

Hey, looks like you’ve replied in my thread.

Best to start your own one so you get more response

No, that was a reply to you, the other question is a link to (what I think is) a similar topic.

Hi Sorry about that, haven’t seen that done before.

Im not sure that’s what I’m looking for. See how it is on this website: https://www.lisprop.co.uk/ where is says “Lister Lets With Style” and has the green band all the way across, that’s what I’m looking for.

Sorry I have misread the last post you put, the answer may be in there but I may not be reading it right

Thanks in advance

That explains it, I assumed you meant a background image, but could not spot a background image that was not full width and transparent.

Taking some css out will do it. Block elements are naturally full width, untill you tell them not to be.
Removing the width and max-width properties from the selectors .et_pb_fullwidth_header_container and .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content will free them from those width constraints.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.