Hi,
I am using the following code to add a border at the bottom of my header. On desktop it looks great but on mobile, it is appearing as a double line.
header#header {
border-bottom: #004f87 2px solid;
}
Screenshot – https://s17.postimg.org/uoet8yhv3/Screen_Shot_2016_08_29_at_9_13_11_PM.png
Pages affected
http://www.elite-fit.com/testimonials/
http://www.elite-fit.com/contact/
Hi
“SOMETHING NEW IS COMING. We are Working on Our Website”. Please post temporary logins so we can see the issue.
Best regards,
Yigit
sorry
here you go
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
border-bottom: none;
}}
Regards,
Yigit
That works but now on mobile the header bottom border is gone from these pages on mobile
http://www.elite-fit.com/
http://www.elite-fit.com/body-sculpting/
any ideas?
Hi!
Please remove custom CSS code i posted, edit your top color section elements on these pages with double border and give those color sections a custom ID and then add following code to Quick CSS
@media only screen and (max-width: 767px) {
#your-custom-id { background-image: none !important; }}
Regards,
Yigit
that works
thanks