Hi,
Is it possible to place the logo on the left, next to the menu and the search bar to the right of the logo when scrolling the page, so that all elements are aligned?
Attached is the current header and what I want to get.
Thank you for your help,
Hey sitadi,
Thank you for the inquiry.
You can start with this css code:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.html_header_top .header-scrolled .logo.avia-standard-logo {
left: 200px;
transform: none;
}
.html_header_top .header-scrolled #custom_html-4 {
margin-top: -150px;
}
}
Best regards,
Ismael
Thank you Ismael, this is exactly what I was looking for.
Best regards