Remove Indent in Yoko Theme
-
My header navigation is indented, but I’d like to remove that indent. The Site title and tag line were there, but I’ve hidden them. How can I change this?
Thanks,
AlanThe blog I need help with is: (visible only to logged in users)
-
Hi Alan, see what you think with this custom CSS.
@media screen and (min-width: 621px) { #branding #mainnav { max-width: 100%; text-align: center; width: 100%; } #branding #mainnav ul { display: inline-block; } }I’ve used a Media Query to limit the change to 621px and wider screens/windows. Below that the touch device menu activates and this change may cause issues with it.
-
-
- The topic ‘Remove Indent in Yoko Theme’ is closed to new replies.