Move Menu Location
-
Hi,
I’m wondering if it is possible with my chosen theme to move the menu location on the green bar from above the logo on the left to the same spot but on the right of the green bar instead. I really want to keep this theme if possible.
Thanks!The blog I need help with is: (visible only to logged in users)
-
Hey there!
Is this what you were thinking?
.menu-container { float: right; }Let me know if that doesn’t work,
Sage -
-
Are you also able to help me with what i would need to use to add some small text to the grey bar down the bottom? The widgets seem to only go above on the white section. Thanks!
-
Great to hear!
It looks like all the code is set up for a left footer area, possibly in the theme options? (That being said I can’t seem to find anything about it in the docs).
If that option definitely isn’t there then this code should do the trick:
.footer.left p:first-child::after { content: "Design To Live"; }Let me know if that isn’t what you were thinking!
Sage -
-
- The topic ‘Move Menu Location’ is closed to new replies.