Shape 5

Joomla Templates => CleanOut - Club => : alafkovi January 31, 2013, 08:28:48 AM



: Ipad 4th Gen retina portrait menu problem - responsive problems
: alafkovi January 31, 2013, 08:28:48 AM
Please help... the responsive nature of this template is apparently not so responsive from my minimal experience :(

The menu basically 'breaks' on the new ipad in portrait mode and falls on the image... how do I make this menu go to drop down mode or something? 

Please see attachment.

(http://www.bluestarwebstore.com/image2.png)


: Re: Ipad 4th Gen retina portrait menu problem - responsive problems
: jonahh January 31, 2013, 05:36:50 PM
You will need to adjust menu item spacing or font size in the responsive. css file.  The menu will break if you have too many menu items even on a desktop full screen browser.  So you can reduce number of menu items or adjust padding here:

#s5_nav li.mainParentBtn .s5_level1_span2 a {
    padding-right: 18px;
}
s5_flex_menu.css (line 153)

#s5_nav li .s5_level1_span2 a {
    font-weight: normal;
    padding-left: 14px;
    padding-right: 14px;
}
s5_flex_menu.css (line 145