Hi there,
can i see a link to your site ?
Thread Starter
eyman1
(@eyman1)
Leo
(@leohsiang)
Thread Starter
eyman1
(@eyman1)
I did, but did not fix the problem.
Hi @eyman1,
What alignment do you currently have it set? To clarify, does changing alignment to any value not do anything?
Thread Starter
eyman1
(@eyman1)
Thanks, changed the alignment to right and the logo moved right, but the site title and the tagline appear right to the logo. Also, the order in the menu bar is reversed, the home button should be in the right corner. How to fix that?
Appreciate your help!
Try adding this CSS:
@media(min-width: 769px) {
.main-navigation .main-nav>ul, .site-branding-container {
flex-direction: row-reverse;
}
.site-branding-container .site-logo {
margin-left: 10px;
margin-right: 0 !important;
}
}
Thread Starter
eyman1
(@eyman1)
Thanks David. That fixed the issue.