Forums
Forums / Theme: Businessx / Logo and Menu
(@antoniocarloslima)
9 years, 3 months ago
I would like to know two questions about the top of the site.
First, about the logo: I would like the logo to be visible when I “go down” the page.
Second, on the menu: I would like the menu to be centered vertically, relative to the logo.
Is this possible?
Thank you!
(@acosmin)
1. It’s not possible. 2. Use this CSS code
nav.main-menu-wrap { left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
The topic ‘Logo and Menu’ is closed to new replies.