Shape 5

Joomla Templates => Eventfull - Club => : adadeacon March 30, 2015, 09:44:27 AM



: Moblie Responsive
: adadeacon March 30, 2015, 09:44:27 AM
Hi There.

I'm a bit new with the Shape5 themes.

When I go on a mobile device the logo goes to the middle of the page and over the text in the center on the home screen

Is there away to sort this out.

Here is the link: http://thegapyear.co.za/

Kind Regards


: Re: Moblie Responsive
: jonahh March 30, 2015, 12:09:52 PM
Hello,

You can increase the height here and this should help give more room:
:
#s5_pos_custom_1 #myGallery {
    height: 750px !important;
}

s5_responsive.css (line 103)

And you can also modify the position of the text too here:

:
.jdGallery .slideInfoZone {
    top: 12% !important;
}

s5_responsive.css (line 225)

Regards,