Hi!
I have placed a small text in the header background, under the menu. It looks fine in some browsers but disappears to the left in others. I would like it to be placed centered under the logo on smaller screens. I have posted an image in dropbox. See link below. Can you help me to fix this?
Thanks!
Kind regards
Marianne
Hey Merilla,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 768px) {
.header_color .header_bg {
left: auto;
right: 10%;
}}
@media only screen and (max-width: 480px) {
.header_color .header_bg {
left: auto;
background-position: 76% 100%;
}}
Best regards,
Yigit