Portfolio Press theme, cannot center navigation
-
Portfolio Press theme, cannot center navigation
Help!
I can’t figure out how to center my navigation and my logo- is there a way to do it so that it the elements are still evenly spaced when viewing on a mobile or ipad (the things I’ve tried look bad when I view on a smaller screen)? Thanks!
https://www.carlabarnesdesign.com/
**I’ve gotten a reply:
@c_barnes, I check your website already, those are css problem.
[Moderated – see below post re: this theme]problem is you used fixed width instead of %. I think the whole structure is used with % and only logo and header are fix width(px) and logo is actually working correctly if you change the margin left value to % instead of px. and also navigation li are too large to show and they are hidden underneath the header wrapper.
Hope this might give you a hint.**
^I don’t understand how to code for this… would I add something like this to my child theme:
#logo {
width: auto;
margin: 0px auto;
}#navigation {
z-index: 200;
}Is my logo too big?
- The topic ‘Portfolio Press theme, cannot center navigation’ is closed to new replies.