-
AuthorPosts
-
nedzad grebovic Friend
nedzad grebovic
- Join date:
- July 2014
- Posts:
- 325
- Downloads:
- 12
- Uploads:
- 118
- Thanks:
- 83
- Thanked:
- 2 times in 1 posts
October 4, 2013 at 10:27 am #191149I have simulation ov automotosvijet.com, and I have horizontal scrooler appeared. Can anyone give mi idea how to avoid horizontal scroller? tnx
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 7, 2013 at 7:27 am #508193Hi nedzad72,
The reason that the sidebar section of your website overlapped its defined width on Kindle portrait view. You can sort this issue by putting below css styles into templates/ja_argo/css/custom.css file:
/*Adjust the sidebar on Kindle portrait view*/
.span9.t3-content-main {
width: 98%;
}.t3-sidebar.span3 {
overflow: hidden;
}nedzad grebovic Friendnedzad grebovic
- Join date:
- July 2014
- Posts:
- 325
- Downloads:
- 12
- Uploads:
- 118
- Thanks:
- 83
- Thanked:
- 2 times in 1 posts
October 10, 2013 at 1:36 pm #508604I have big empty space after this change:
PC:
Here are tablets:
- phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 10, 2013 at 2:05 pm #508609Hi,
I’m sorry, i missed to give the @query of Kindle portrait. You can replace:
/*Adjust the sidebar on Kindle portrait view*/
.span9.t3-content-main {
width: 98%;
}.t3-sidebar.span3 {
overflow: hidden;
}with
/*Adjust the sidebar on Kindle portrait view*/
@media (max-width: 768px) and (min-width: 600px) {
.span9.t3-content-main {
width: 98%;
}.t3-sidebar.span3 {
overflow: hidden;
}
}1 user says Thank You to phong nam for this useful post
nedzad grebovic Friendnedzad grebovic
- Join date:
- July 2014
- Posts:
- 325
- Downloads:
- 12
- Uploads:
- 118
- Thanks:
- 83
- Thanked:
- 2 times in 1 posts
October 11, 2013 at 11:32 am #508744Thanks, not all moduls are streched (Login, FB) but is it quite better without scroller at the bottom.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 13, 2013 at 7:21 am #508830Hi,
You can try these codes to make FB and Login look better on Kindle portrait view :
/*Adjust FB and Login module on Kindle portrait view*/
@media (max-width: 768px) and (min-width: 600px) {
body.plugin {
max-width: 126px;
}input#modlgn-username.input {
max-width: 110px;
font-size: 12px;
}input#modlgn-passwd.input {
max-width: 110px;
font-size: 12px;
}
}AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
horizontal scroller is here
Viewing 6 posts - 1 through 6 (of 6 total)