Suburbia Theme: Help! Menu Options
-
I have the suburbia theme and am trying to make my menu look like the demo menu. As you can see here: http://wpshower.com/demo/?theme=suburbia the menu has two sections, “Pages” and “Categories”. How can I set my menu up like this?
My intention is to have the pages direct to the actual pages, as use the categories as a filter for anything marked with that corresponding category.
Here’s my site:
ogurickcomm.comTrying to add a “Pages” title over About, Services and Contact.
Then trying to add a “Categories” title over Photography, Advertising, Graphic Design and Painting.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Please note that the relevant theme description for The Suburbia theme which has been adapted to run on our software here at WordPress.com software is here: http://theme.wordpress.com/themes/suburbia/
live demo site > http://suburbiademo.wordpress.com/ -
I understand however, is there any way to make this possible within the adapted WordPress version?
-
-
One possible solution could be to re-position the categories widget from the other side. It will only work on pages where widgets already appear though, so it won’t have an effect on your home page.
Here is a CSS example to start with if you’d like to try it out:
.sidebar { position: relative; } #categories-2 { position: absolute; left: -765px; top: 250px; width: 155px; }
- The topic ‘Suburbia Theme: Help! Menu Options’ is closed to new replies.