1. Karoo
  2. Commercial Templates
  3. Tuesday, 11 August 2015
  4.  Subscribe via email
Hello

I'm trying to add in product images with a button (this is not a online shop) as per the layout on http://dev.web-guru.co.za/pawnshop/i-want-to-buy/appliances-menu.

Tables didn't work as it kept losing its responsive settings (imported from Dreamweaver into Joomla articles). I tried using div tags, as per your suggestion - works but comes up as not mobile friendly on https://www.google.com/webmasters/tools/mobile-friendly/ > error content wider than screen.

Have now set it up as a category blog - and it still says the content is wider than screen.

Please can you give me a suggestion how to get around this. I literally need a main header with 4 columns underneath (one to hold text and a button, the other 3 to hold images).

Thank you so much!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Karoo

Not sure if this issue is related to your table. Are you having the same message from Google on other pages? What is the purpose of the following Custom CSS...


#header {
width: 920px;
}


A fixed width on any element will push outside the screen on smaller screens.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
SPOT ON! It is that setting.

If I remove it - it takes my coloured main menu section right across the page and I want it to be the same width as my base ie. 920px wide.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Karoo

A more responsive alternative to your CSS would be the following...


#header {
width: 100%;
max-width: 920px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok