Archived topic
Logotype and search icon.
3 replies · Started by finansdoktorn on January 6, 2019
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!
Hi there,
try this CSS:
.site-logo {
float: left;
margin-right: 1em;
}
#mobile-header .mobile-bar-items {
display: none;
}
Perfect! Thank you David!
Glad to be of help