Is this possible to do? I’d like the logo in the header to centre on the page at the point the main menu collapses. Thanks.
Hi,
Thank you for contacting us about our theme, Moesia Pro. I am happy to help with your queries.
I am sorry, I didn’t get your issue clearly as it seems to be very specific. Do you have a screenshot or video recording to point me that issue? It would be better if you could share a link to the page you need help with here, so I can help you easier.
Regards,
Kharis
aThemes Support
HI Kharis - sure.
https://development.rworld.org.uk (password is “hiddenfornow”).
I’d like the logo (circled in red) centred (yellow) when the menu has collapsed, as per the screenshot. Does that make sense?
Thanks in advance.
Ed
Hi,
Try adding this CSS code:
@media only screen and (max-width: 991px) {
.top-bar .site-branding.col-md-4 {
width: 50%;
text-align: right;
}
.top-bar .site-branding.col-md-4 a {
float: right;
margin-right: -99px;
}
}
Regards,
Kharis
aThemes Support
Brilliant - thanks. Worked perfectly.
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support