Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #735798

    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

    #736569

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.