Jump to content

Jorge Muralles

Members
  • Posts

    2
  • Joined

  • Last visited

Jorge Muralles's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you very much. This made the website much better. I am sorry, do you think you can help me out. I show a table with listings for rent on this page: http://www.newporttimesharesrus.com/html/timeshares for rent.html It looks good on the desk top but not on the phone On the phone, the table gets truncated. Please see attached file if you have a sec. How could I address this issue so the the whole table is visible on the phone. Thank you very much
  2. Good morning folks, and thanks for reading my question. I have a few Joomla Websites, but the one I am having problem is not. It is the CSS that is giving me problems. There is a DIV that contains a menu I want to hide on the mobile version, phone size Here is the url to the web site www.newporttimesharesrus.com I wrote this code /*****************************/ <div class=”rightnav”> Then my CSS @media only screen and (max-width: 480px) { .rightnav{ display: none; } } /*****************************/ The problem is that it never updates on phone version of the website, however, when I test this in the browser, on the computer, it does work. So when I resize the browser window, using my PC, when it gets to the phone size screen, it does work, it hides the rightnav DIV. I have tried in my friend’s phones, my phone, etc. I have deleted all cash and history, nothing seems to work. Any ideas please? Thank you Jorge Muralles
×
×
  • Create New...