Help moving logo further left with custom CSS
-
I would like to move the logo in the navigation bar more to the left and was wondering what CSS I should be inputting into the custom CSS area…Here is the website:
The theme is Karuna
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Depending on how far to the left you’d like your logo moved changes the code (as it would need to be fixed for mobile screes). If you’d just like it over a little bit then something like this would work (feel free to change the px amount):
.custom-logo { margin-left: -20px; }Let me know if that doesn’t work!
- The topic ‘Help moving logo further left with custom CSS’ is closed to new replies.