Hi, I am building a website in the boxed format.
The Logo, phone info and Social icons are indented by a margin from the class Container of 50px.
How can I reduce that to 5px for these three elements without effecting the main body content also using the Container class?
Hey GOWD!
Please add following code to Quick CSS
@media only screen and (min-width: 1140px) {
div#header_meta .container, div#header_main .container { margin: 0 5px; width: 1120px; }}
Cheers!
Yigit
Hi Yigit, that worked perfectly. Thank you, you may close this thread.