Storefront Title and Menu not in the right positions
-
Hello,
I have been trying to adjust my margins so that the second menu stays in the top right, while the title stays on one line, I have been using the code:
@media screen and (min-width: 1008px) {
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
width: 70%; /* Adjust this percentage up or down to make the logo larger or smaller. */
text-align: center;
font-size: 40px;
}
}
With this setting, the following happens:And when I adjust the code so that the menu is in the top right, the following happens:
How can I have the menu staying in the top right while keeping the title on one line, I have tried to find a balance but there doesn’t appear to be one.
- The topic ‘Storefront Title and Menu not in the right positions’ is closed to new replies.