Anna@InTheNext30Days
Member
Posted 10 months ago #
I am using the Frances Wright Theme, and I would like to move my pages menu (currently aligned left) so they are aligned right. And then I'd like to move my header and the entire sidebar so it starts at the top of the page.
I can't find the place in the code to make this happen.
Here is my site:
In The Next 30 Days
Thanks in advance!
Anna
1. add text-align:right; into
#menu .menu-header-container,
#menu .menu {
padding: 0;
width: 100%;
}
to make the navigation menu aligned right.
2.
then I'd like to move my header and the entire sidebar so it starts at the top of the page.
didn't get what you mean.
Anna@InTheNext30Days
Member
Posted 10 months ago #
Thanks for the first round of advice, it worked perfectly!
If you look at the site, the yellow logo on the left side of the page is at the top of my sidebar. I would like for the sidebar to start at the top of the page (where the page menu was). This will make more of the sidebar visible without scrolling.
I hope I'm making sense.
Thanks again!
Anna@InTheNext30Days
Member
Posted 10 months ago #
Does anyone have any ideas on move my sidebar and header up the page on this site?
Thank you!
Anna@InTheNext30Days
Member
Posted 10 months ago #
I was able to figure it out on my own.