Shape 5

Joomla Templates => Risen Hope - Club => : arthurrs September 05, 2015, 10:42:08 AM



: Alignment Issue When Viewing Site on Tablet in Portrait or Landscape
: arthurrs September 05, 2015, 10:42:08 AM
The website (http://church.bbttest.com) looks great on a computer and tablet.  However, when viewing it on a tablet, there is an alignment issue in the following areas:

1.  The "Our Ministries" page - the alignment of all the "Read More" buttons is off.  They seem to be right justified when viewed in portrait mode.  But when viewed in landscape mode, the entire page content becomes mis-aligned. (see attachments)

2.  The bottom section of the website in modules bottomrow3_1 thru 4.  The alignment is completely off when viewed in Portrait mode. (See attachment)

I'm viewing the website on an iPad using both Safari and Chrome browsers.  Any assistance or guidance will be greatly appreciated.

Thanks
Arthur


: Re: Alignment Issue When Viewing Site on Tablet in Portrait or Landscape
: mikenicoll September 08, 2015, 10:18:47 PM
Hello,

1) This issue seems to be caused by one of your 3rd party extensions that is targeting commonly used classes such as .readmore. I would suggest removing or modifying the coding you are using for the following extension:

com_osdownloads/css

2) The second issue you can fix by removing the width value below:

:
#s5_bottom_row3 .s5_float_left {
    float: left !important;
    width: 50% !important;
}

Regards,


: Re: Alignment Issue When Viewing Site on Tablet in Portrait or Landscape
: arthurrs September 09, 2015, 08:01:48 AM
Hi Mike

Thanks for the response.  Can you tell me which file I need to make the suggested change in?

Thanks
Arthur


: Re: Alignment Issue When Viewing Site on Tablet in Portrait or Landscape
: mikenicoll September 09, 2015, 11:11:28 PM
Hello,

The coding I posted is in the index.php file. The other coding would be part of your extension.

Regards,