hi guys
on my site im building at http://hungry-cactus.flywheelsites.com/
it appears the background image that sits at the top behind the logo is zoomed in but it is 1900 wide to start with and 605 tall so it needs no zooming
also appears that there is some white border on on the left and and right
how can i remove the zoom and white border please ?
Hey codecreative,
I don’t see the border, could you attach a screenshot? Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
From having a look a the code the background is set on
.header_bg and on .header_color
Try removing the code from these and adding it to…
.html_header_top.html_bottom_nav_header #header_main {url("//hungry-cactus.flywheelsites.com/wp-content/uploads/2017/07/header-2.jpg") center top / contain no-repeat fixed #ffffff;}
adding the condition “contain” removes the white edges and gets rid of the zoom – well it does on my end ;)
Hope that helps
TJ
Hi @codecreative,
You can use this code in Quick CSS to fix the zoom:
.header_color .header_bg {background-size: cover !important;}
Unfortunately, like Victoria, I don’t see the border. Could you attach a screenshot please? Thank you.
(Thanks for your input, TJ!)
Best regards,
Sarah