Shape 5

Joomla Templates => Big Picture - Club => : solarisdm August 05, 2015, 11:10:00 AM



: Desktop vs. Mobile
: solarisdm August 05, 2015, 11:10:00 AM
I'm in the initial stages of my design, but I've already discovered differences in the desktop and mobile sites. 

How can I make these the same? 

http://electwebster.mysolarisweb.com



: Re: Desktop vs. Mobile
: mikenicoll August 05, 2015, 06:29:52 PM
Hello,

What differences are you noticing? This is a responsive theme so every device will look and layout completely different.

Regards,


: Re: Desktop vs. Mobile
: solarisdm August 05, 2015, 08:08:44 PM
I'm looking on my iPhone 6 plus. On the mobile, the logo is bigger and covers his fact. There is a partial part of the same jpg again with font over it.  Any help would be appreciated.


: Re: Desktop vs. Mobile
: mikenicoll August 08, 2015, 02:03:30 AM
Hello,

The logo size does not change from Desktop to Mobile. The entire screen is getting smaller but the logo size stays the same. You can try using a % width instead of px width so it can scale based on the container size rather than be a fixed size.

:
Template.CSS - Line 537

.s5_logo_module {
    cursor: pointer;
    float: left;
    height: 57px;
    margin-bottom: 6px;
    margin-left: 12px;
    margin-top: 25px;
    width: 30%;
}