Shape 5

Joomla Templates => EZ Web Hosting - Club => : lbueno August 05, 2013, 01:28:33 PM



: width of items de menu and height of slides
: lbueno August 05, 2013, 01:28:33 PM
HI,
How can I change dewidth of items de menu?
How can I change de height of slides of the s5_image_and_content_fader, (but it must be responsive to diferent sizes of screens)?

Regards


: Re: width of items de menu and height of slides
: mikenicoll August 05, 2013, 05:59:52 PM
Hello,

1) The easiest way would be to add more right padding to the element.

s5_flex_menu.css - line 111

#s5_nav li {
    display: block;
    float: left;
    height: 68px;
    list-style: none outside none;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 12px;
    padding-top: 34px;
    position: relative;
}

2) The Image and Content Fader image height can be specified in the Module Options under the Height Input field.

-Mike