- This topic has 1 reply, 2 voices, and was last updated 1 year, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
The topbar is to the left with social icons to the right. Is there a way to center the topbar menu?
Thanks,
Peter
Hi Peter,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#top-menu {
float: none !important;
}
Kind Regards