Shape 5

Joomla Templates => Traction - Club => : bakef1 January 17, 2014, 10:34:11 AM



: Position of the Desktop Version Bar in mobile view
: bakef1 January 17, 2014, 10:34:11 AM
My site in mobile view
http://www.americanspeedcenter.com/

There is a black bar that has a link for the desktop version of the site.
This bar and link are appearing in themiddle of teh page and not at the bottom as on the demo site.
(http://)

How can I correct this?



: Re: Position of the Desktop Version Bar in mobile view
: mikenicoll January 19, 2014, 07:48:59 PM
Hello,

Change the below position call to relative;

s5_responsive_bars.css - line 317

#s5_responsive_mobile_bottom_bar_outer {
    bottom: 0;
    height: 48px;
    left: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

-Mike