0
Votes
Undo
  1. kubcon
  2. Commercial Templates
  3. Friday, 09 December 2016
  4.  Subscribe via email
In layout options för Valencia i can set template width, but the top of the page, menu and slideshow is still 100%. Can i lock the max width for the whole page?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sure. To amend try adding the following to the Custom CSS field of your templates parameters where 1180px is your template width (edit to taste)...

#container_header .wrapper960 {
width: 1180px;
}
.showcase {
margin: 0 auto;
max-width: 1180px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
i tried this and it doesn't seem to work the way I want it to.

The container_header works great. But I want to make the background image for the modules to have only the 1180 width as well. How can this be done I am not sure what CSS item controls the module's background image width?

Thank you,

Jason
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jason

Would you have a URL to an example of your module/image?

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!