Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #309479

    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?

    #309482

    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

    #310866

    Hi Yigit, that worked perfectly. Thank you, you may close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move Logo and phone info left’ is closed to new replies.