1. bludove
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 17 December 2019
  5.  Subscribe via email
Trying to fix some stuff on Chelsea - I noticed that the site has an extra margin on the right -- in other words the site can be pulled to the left and then there's a blank space on the right. How do I fix this?

Also -- somehow everything got un-centered --- the logo, the call to action box. Can you help?

Here's the site: https://newmansac.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The issue appears to be related to some of your custom CSS. Does adding the following to the end of your CUstom CSS resolve the issue in any way?.

#container_header .wrapper960 {
display: flex;
justify-content: center;
flex-direction: column;
}
#logo {
position: relative;
}
.header-1 {
position: static;
margin: auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!