- Posts: 22
- Thank you received: 0
No scroll bar in horizontal
-
Tamanna
Inactive member - Topic Author
- Member
Less
More
11 years 5 months ago #31222
by Tamanna
No scroll bar in horizontal was created by Tamanna
How to insert scrollbar in horizontal in responsive portfolio.
When we minimize window or see the screen on phone,no horizontal scrolling,how will user read the content on website.
I have added in css overflow-x:scroll but not working.
Tamanna
When we minimize window or see the screen on phone,no horizontal scrolling,how will user read the content on website.
I have added in css overflow-x:scroll but not working.
Tamanna
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31234
by ivan.milic
Replied by ivan.milic on topic No scroll bar in horizontal
Never saw that, send link so I could inspect and think of something
Please Log in to join the conversation.
-
Tamanna
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
11 years 5 months ago #31239
by Tamanna
Replied by Tamanna on topic No scroll bar in horizontal
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31244
by ivan.milic
Replied by ivan.milic on topic No scroll bar in horizontal
Well that page is designed to be responsive so no way we can forec it to bahave like that. You should do this:
.item-page > div{
width:auto!important;
}
add that to layout.css so div streaches to width of page
.item-page > div{
width:auto!important;
}
add that to layout.css so div streaches to width of page
Please Log in to join the conversation.
-
Tamanna
Inactive member - Topic Author
- Member
Less
More
- Posts: 22
- Thank you received: 0
11 years 4 months ago #31522
by Tamanna
Replied by Tamanna on topic No scroll bar in horizontal
This template is responsive but when we minimize screen we are not able to read the text because it is going out of the screen.
There is no scroll bar so how can one read the text.
Thanks
There is no scroll bar so how can one read the text.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31523
by ivan.milic
Replied by ivan.milic on topic No scroll bar in horizontal
Probably you defined some widths on elements in article content they should be set to auto. You can send us link so we could check.
Please Log in to join the conversation.
Time to create page: 0.168 seconds