Phone

0
Votes
Undo
  1. asiadragon
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 10 April 2020
  5.  Subscribe via email
How can i widen the template so it fits almost full width on a phone? It is too narrow really and the margin is too great.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Do you have a URL to your Joomla installation?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

(edit to taste)

@media only screen and (max-width: 767px) {
.module .module_surround,
.module_menu .module_surround,
.wrapper_contenttop,
.wrapper_contentbottom,
.maincontent {
padding-left: 10px;
padding-right: 10px;
}}


Ciaran
  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!