0
Votes
Undo
  1. alvin77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 07 April 2017
  5.  Subscribe via email
Hy ciaran in madison template --> layout options yuo can set template width and works good for desktop with resolution <= 1366xYYY.
For large desktop monitor (with resolution >1366) can i force with custom css another template width?
Sorry for my english if is not too good
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alvin

To amend try adding the following to the Custom CSS field of your templates parameters...

@media only screen and (min-width: 1366px) {
.wrapper960, .backgrounds .content_background {
width: 1280px;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hy Ciaran,
i have tried to do so but not work like i want.
See the JPG attacched the container on high resolution not displayed good.
Theren is the possibility to resize the container on hig resolution?
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alvin

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
http://Www.bardohouse.ossolaweb.it.
I'd like to have the container big then the resolution of the screen is big than 1366px.
The container is always 1080px.
Sorry for my english
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming I understand you correctly you could give your template wrapper a fluid width by adding the following to the Custom CSS field of your templates parameters..

.wrapper960 {
width: 80%;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran for your patience..Always the best
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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