Misu Posted March 24, 2022 Share Posted March 24, 2022 Site URL: https://www.massimogiovannini.com Hi to everyone I've a question about my website. I'm using the template called WELLS, because I like the way it display the gallery of pictures. I wouldn't change this template but I want to ask if is possible to move the "main navigation" from the left side to the top of the page. Thanks. Massimo Link to comment
derricksrandomviews Posted March 24, 2022 Share Posted March 24, 2022 I am not aware of any code or tweak that will do that. The sidebar is an intregal part of the Wells Template. I do know that it can be changed to a hamburger menu for desktop with code. Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 Try adding to Design > Custom CSS /* Well move nav to top */ nav#mainNavigation { position: fixed; top: 10px; left: 50%; transform: translateX(-50%); } nav#mainNavigation ul { display: flex; justify-content: space-between; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Misu Posted March 30, 2022 Author Share Posted March 30, 2022 On 3/26/2022 at 7:42 AM, tuanphan said: Try adding to Design > Custom CSS /* Well move nav to top */ nav#mainNavigation { position: fixed; top: 10px; left: 50%; transform: translateX(-50%); } nav#mainNavigation ul { display: flex; justify-content: space-between; } Thanks so much for your answer ... The code works but there is a problem with spacing, and it can be solved with the "design" options Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 On 3/30/2022 at 3:23 PM, Misu said: Thanks so much for your answer ... The code works but there is a problem with spacing, and it can be solved with the "design" options Did you solve with design options or still need help? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment