Navigation logo and tekst
-
it is possible to align my navigation on the left and to add a cutsom logo.
:)
The blog I need help with is: (visible only to logged in users)
-
Hi spacecakedesign
it is possible to align my navigation on the left
Yes to make your navigation on the left use the below code
ul#top-menu { text-align: left; }Custom CSS can only be added if you are under premium or business plans. To know more about how to add custom CSS here is the support document for that: https://en.support.wordpress.com/custom-design/editing-css/
To know more about plans features and pricing please refer to support link below: https://wordpress.com/pricing/
and to add a cutsom logo.
:)
Here is the support document that will help you out in adding the custom logo to your site:
Hope this helps.
-
It helps :) only its for me to far to the left. is it possible with a css code to put him slightly to the right
-
Hi spacecakedesign
If you want menu with text-align as center and then very little towards right then you can use the below code:
ul#top-menu { padding-left: 150px; }You can adjust the padding accordingly.
If you want it to the right only then use the code below:
ul#top-menu { text-align: right; }Hope this helps.
-
@spacecakedesign, this can also be used to left-align the menu. You can adjust the left padding to align it as you desire.
@media screen and (min-width: 60em) { .main-navigation ul.nav-menu { text-align: left; padding-left: 60px; } }Where did you want the logo? Are you adding it at Customize > Site Identity, or were you wanting to add it via CSS in a different location?
- The topic ‘Navigation logo and tekst’ is closed to new replies.