1. gogetsites
  2. Commercial Templates
  3. Monday, 20 April 2015
  4.  Subscribe via email
Mobile devices: I want my Pianoforte site to resize for cell phones and ipad (portrait view) only. How can I stop it from resizing on anything wider than the ipad horizontal view?

Thanks,
Sharon
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Sharon

Try removing the following from the start of your templates responsive.css (../templates/j51_pianoforte/css/responsive.css)..


/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {

.wrapper960, #header_items, #header, #logo, .hornavmenu {width:95% !important;}
#logo {width:100% !important;}

/* Hide default hornav menu */
#hornav, .hornavmenu {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

#socialmedia {left: 20px;}

}



After the following...


@media only screen and (max-width: 959px) {


Add the following...


.wrapper960, #header_items, #header, #logo, .hornavmenu {width:95% !important;}
#logo {width:100% !important;}

/* Hide default hornav menu */
#hornav, .hornavmenu {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }

#socialmedia {left: 20px;}


CiarĂ¡n
  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!

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.