[Resolved] Logotype and search icon.

Home Forums Support [Resolved] Logotype and search icon.

Home Forums Support Logotype and search icon.

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

    Hi, I installed GP premium today and cant figure this out.

    1) How to place a logo to the left of the site name? When I add a logo it is placed to the right of the site name. The logo is also not aligned properly, it is lower than the site name and slogan.

    2) I love the search button in the primary menu in desktop mode, however, I would like to remove it from the mobile version, is this possible?

    Thanks in advance!

    #774826
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .site-logo {
        float: left;
        margin-right: 1em;
    }
    #mobile-header .mobile-bar-items {
        display: none;
    }
    #775575
    finansdoktorn

    Perfect! Thank you David!

    #775649
    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.