Sidebar Menu Possible?
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Hi Leah,
You would have to use CSS and child theme to do that modification.
To hide the top menu is quite easy. Just add the following code into your child theme’s style.css file:
#nav{
display:none;
}
To move the sidebar to the left:
#content-main{
float:right;
}
#sidebar-right{
float:left;
margin-right:0;
margin-left:15px;
}
#content{
background-position:-1560px top;
}
Viewing 5 posts - 1 through 5 (of 5 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.