By hanane on Monday, 06 July 2015
Posted in Wanderers
Replies 7
Likes 0
Views 1K
Votes 0
Hello

How can i modify the width of position 2 of the template???
Hi hanane,

I sincerely apologize that I can't fully understand the question.
If you're changing the width of the content in position-2, do apply at template manager
.content-section {
width: 700px;
}
Check my screenshot : http://screen.stackideas.com/position2.png
However, the only possible way is to change the division wrap or change the width of the module itself . It is not possible to change the position-2 ( green arrow ) width.
·
Monday, 06 July 2015 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Ethan
check my screenshot to undestand what i mean
By the way i change the module width but nothing
·
Monday, 06 July 2015 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi hanane,

Set the template layout the ( maximum width by 100% instead numerous number of px ) for those images intact well on various screen.
The maximum template width enable the Images to properly fit within the layout ( .container )

You can apply the CSS fix at templates/wanderers/css/theme.css

/* Template Maximum Width */
.container {
width: 100% !important;
}

Do update us whether does this help you out?
·
Monday, 06 July 2015 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Yes it works but :this width i need it just for position-2
·
Monday, 06 July 2015 21:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Hanane,

Unfortunately it is not possible to do so currently.
·
Tuesday, 07 July 2015 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
ok thank you
·
Tuesday, 07 July 2015 17:15
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 07 July 2015 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post