Important - Hands Up!
- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.
* ADD PRODUCT NAME IN START OF SUBJET
Camera: How can I centered the Menu
- S
- spike Premium Member
- Topic Author 2 weeks 3 days ago #1
Is it possible to put the Menu in the center of the Page? (only Desktop und Tablet, not Canvas)
Part of the message is hidden for the guests. Please log in or register to see it.
Thanks in Advance.
Part of the message is hidden for the guests. Please log in or register to see it.
Thanks in Advance.
Please Log in or Create an account to join the conversation.
- L
- leoalv Moderator
- 2 weeks 3 days ago #2
Hello.
The menu is currently aligned to the edges. If you want to center it, add the following to your custom.css:
But keep in mind that you need to improve the customization you added in custom.css for the logo image by removing position absolute, as this will reduce the width of the logo container.
Regards
The menu is currently aligned to the edges. If you want to center it, add the following to your custom.css:
Code:
#sp-header .row.justify-content-between{justify-content:center !important;}
Regards
Please Log in or Create an account to join the conversation.
- S
- spike Premium Member
- Topic Author 2 weeks 3 days ago #3
Ok, Menu is center with your solution. But Logo and Menu in Canvas also.
Part of the message is hidden for the guests. Please log in or register to see it.
Any solution for this?
Part of the message is hidden for the guests. Please log in or register to see it.
Any solution for this?
Please Log in or Create an account to join the conversation.
- L
- leoalv Moderator
- 2 weeks 3 days ago #4
Add only for desktops
Regards
Code:
@media (min-width:992px){
#sp-header .row.justify-content-between{justify-content:center !important;}
}
Regards
The following user(s) said Thank You: spike
Please Log in or Create an account to join the conversation.
- S
- spike Premium Member
- Topic Author 2 weeks 2 days ago #5
That´s it. Many thx.
Please Log in or Create an account to join the conversation.
We use cookies to ensure that we give you the best experience on our website. Please read our Privacy Policy