[Resolved] Navigation Search icon – alignment off

Home Forums Support [Resolved] Navigation Search icon – alignment off

Home Forums Support Navigation Search icon – alignment off

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

    Hi there!

    I’m using the latest GP Premium and have a global custom header in place on my webpage. Up until recently everything was displayed correctly but at the moment the navigation search icon (magnifying glass) does not align correctly anymore with the other menu items.
    The problem only appears in desktop mode – on mobile version due to the hamburger menu, everysthing displays correctly.
    I took a look at the available options of GP and at several topics in the forum but could not solve the issue. I can paste php/css but cannot write code myself. Could you take a look please?
    I entered the URL below and can provide you with login details if necessary.

    Best wishes

    #930549
    David
    Staff
    Customer Support

    Hi there,

    you have a bootstrap style sheet being loaded by another plugin which is absoltely positioning all icons that are added :before menu items.

    This CSS will override what its doing:

    .search-item a:before {
        position: static !important;
    }
    #931238
    Max

    Thanks a lot David,

    That did the trick.
    I appreciate the fast response.

    Best wishes

    #931635
    David
    Staff
    Customer Support

    Glad to be of help

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