Jump to content


Photo
- - - - -

brandnav - menu positioning


  • Please log in to reply
2 replies to this topic

#1 oinegue1960

oinegue1960

    Super Member

  • Members
  • 117 posts
  • Framework Version:2.3.5
  • Country: Country Flag

Posted 30 March 2012 - 05:58 PM

I'd like to lower the position of the menu in order to be 'centered' to the vertical middle axle of the main logo. Any help is appreciated. Thanks

#2 Rob

Rob

    One Smart Egg

  • Moderators
  • 9,866 posts
  • LocationEast Coast, USA
  • Framework Version:The Latest, of course
  • Country: Country Flag

Posted 30 March 2012 - 07:16 PM

Hi,

You should use Firebug for Firefox or Chrome's element inspection tools.

Please Login or Register to see this Hidden Content



This should guide you a bit:

Please Login or Register to see this Hidden Content



#3 oinegue1960

oinegue1960

    Super Member

  • Members
  • 117 posts
  • Framework Version:2.3.5
  • Country: Country Flag

Posted 30 March 2012 - 08:26 PM

For all who would need to change the position of the menu in the brandnav:
1) the 'effective' CSS is in brandnav dir (not the main one in pagelines root)
2) the code to customize up to your need is this:
#brandnav .brandnav-nav{
float: right;
margin-left : 20px;
margin-top: 40px;
}

#brandnav li a, #brandnav .nav-special {
display: block;
text-decoration: none;
margin-top: 40px;
}

where you'd use base theme do not change the original CSS in brandnav dir but put the code in base theme CSS.




Click to return to top of page in style!