1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 March 2015
  5.  Subscribe via email
I am building a website located at http://heatleycapital.net .

The client had a chance to look at it this morning and he replied back with a screenshot of what the website looks like on his PC and what it looks like on a IPad.

I have attached those two screenshots.

I assume he wants the Responsiveness to be turned on or he would lose a big advantage of upgrading from a Joomla 1.5 website to a Joomla 3.4.0.

I suspect he is concerned by the extra space and extra gray bar between the mobile menu and the homepage image.

Is there any coding that would assist with that ?

I have appreciated all of your previous help and this website is a product of quite a few code fixes that you have provided.

Thanks again!

James
Accepted Answer Pending Moderation
0
Votes
Undo
Hey again James :)

To fix the whitespace on smaller devices remove the "height: 683px;" from the table element containing the image.

To remove the grey bar, add this code to your custom CSS:


@media only screen and (max-width: 1024px) {
.container_hornav {display:none;}
}
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!