Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Need Help Moving the Menu (http://forum.bytesforall.com/showthread.php?t=20925)

SigWS Sep 18, 2013 10:47 AM

[SOLVED] Need Help Moving the Menu
 
I love the theme, with the exception of the site title/menu area.

It would be much more to my liking if the title was on top of the menu. In other words I'd like to sandwich the menu between the site title and the breadcrumb

I have no idea how. Can anyone help?

juggledad Sep 18, 2013 05:42 PM

well you have to make some changes to the 'header.php' virtual subtemplate and change a line of CSS.

edit the header.php virtual template
- wrap the wp_nav_menu() code in a new div with a class of 'row',
- change the 'container_class' from 'col7' to col12'
- in the div with the ID 'log-area' change the class from 'col5' to 'col12'

edit the 'menus_menu1.css' CSS File and find the '#menu1-wrapper' and change it's positioning to 'relative'

paolo Sep 19, 2013 02:13 AM

Very good.
But I'have a problem: it's possible align the menus at left or right?
tnx in avance

paolo

paolo Sep 19, 2013 04:11 AM

Solved:
Code:

#menu1,
#menu1-smooth  {
        display:                                inline-table;



All times are GMT -6. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.