Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sangredeespana

    (@sangredeespana)

    Anyone?

    Plugin Support franz1989

    (@franz1989)

    Hello, apologies if we missed your post.

    If you are using the image block for your icon, you have the option to set the image width and height. See this screenshot: https://a.supportally.com/3mY5KP

    You can adjust it until it fits.

    I hope it helps.

    Best Regards,

    Hi There,

    Thanks for reaching out and sorry for the late response.

    This appears to be a CSS conflict issue. Since you have multiple plugins, some are creating overlaps on the top menu bar. You may inspect your menu element and try positioning it using CSS as shown:

    /*adjust the position using px from top and left change to your liking*/
    #wp-admin-bar-seedprod_admin_bar {
    top: 0px;
    left: 10px;
    }

    You can add the code on Appearance > Customize > Additional CSS.

    I hope this helps.

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Coming Soon Icon overlaps menu’ is closed to new replies.