I’m currently working in the following site for a client http://minta.jvsoftware.com/ but I’m trying to make the top and bottom borders of the main container div to look like this http://awesomescreenshot.com/0f8jdwn71 basically make the borders span to the left up to the end of the screen (don’t mind the red color this is supposed to be the same color as the border I have now).
I’ve been trying to come up with a solution but so far I have failed, I’m willing to try a JS/jQuery solution if implementing it with just css becomes too hard.
Can anyone help me? Thanks in advance!
You can achieve this by pure CSS with negative margins.
First you have to update the CSS for .container as follows:
Now wrap the content of the main div into another div and apply some css like this:
Here a screenshot to help you figure it out:
