Hi
I’m not sure how this has happened but it seems the site header and container is sitting at 100% but I’m trying to revert it back to how it should be by default
Can you advise what I’ve done and how to revert this?
Hey codecreative!
Please go to Enfold theme options > General Layout > Dimension and change it as needed
Cheers!
Yigit
Hi Yigit
I thought this was where it would be set but it isn’t.. It’s set to 1500pixels
I’ve added my login details for you to check it out
Hi!
I have added following code to bottom of Quick CSS field
.responsive .container { max-width: 1500px !important; }
Please review your website now.
Best regards,
Yigit
hi why did you have to add this though?
what is the root of the issue?
Hi!
Did you set the “Maximum Container width” to “1500pixels” or “1500px”? It should be “1500px”.
Regards,
Ismael
Hi
It is set to 1500px
See screenshot of my settings here from my drop box at
https://www.dropbox.com/s/mijzaye4lzapbiw/Screenshot%202015-08-25%2012.27.49.png?dl=0
Hey!
maybe you have some code in custom.css or Quick CSS which is overwriting your settings you did in theme settings (Dimensions). That is why Yigit used an !important in his code. I think everything fine now, as it seems to work.
Best regards,
Andy