Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
@media (min-width:1300px)
{
.navTab.xbNavLogo { position: absolute; left: 0px;}
}
float: right;
So with the new update there's a little way of shifting the logo to the left side. Basically we'll be shifting the logo left using CSS, something like this in extra.css should work for you:
Code:@media (min-width:1300px) { .navTab.xbNavLogo { position: absolute; left: 0px;} }
Uhm, previous to 1.5.6 we had the logo on the right side, navigation on the left. I can't remember exactly how that was done, was it FragZone feature?
@media (min-width:1300px)
{
.navTab.xbNavLogo { position: absolute; right: 0px;}
}