Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #957511

    Hi,
    Please go the URL I provided and enter the password to see the homepage.
    I have created a text based logo using your documentation by altering the style and functions on the child theme. It looks ok until I resize my browser window to a smaller size at which point the logo aligns to the top of the page. I would like it to remain centrally so it is in line with the search icon and menu selection.
    Can you advise how to do this?

    #957984

    Hey gavdonald,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .logo {
      padding-top:10px;
    }
    }

    Best regards,
    Rikard

    #958034

    Hi Rikard, I’ve tried the code you provided but it doesn’t seem to work. I also tried putting the code in Appearance > Customise> Additional CSS and it doesn’t work there either. Please advise. See link: https://snag.gy/XDZiOC.jpg

    #958950

    Hi,

    I can’t see the logo sticking to the top anymore, so I think the CSS is applying. Could you try loading the site in an incognito window using Chrome please?

    Best regards,
    Rikard

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