- Posts: 16
- Thank you received: 0
Responsiveness Problem !
-
Baudoin57
Inactive member -
Topic Author
- New Member
-
Less
More
10 years 11 months ago - 10 years 11 months ago #38795
by Baudoin57
Replied by Baudoin57 on topic Responsiveness Problem !
No, I just checked everything, it's not the problem. At the very begining when i've installed your pack hotstart and touched NOTHING, this white bar was already there.
Do you have any other solution for me ?
Do you have any other solution for me ?
Last edit: 10 years 11 months ago by Baudoin57.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago - 10 years 11 months ago #38805
by ivan.milic
Replied by ivan.milic on topic Responsiveness Problem !
Try putting this css at bottom of layout.css:
@media only screen and (max-width: 512px) {
.hot_one_page_wrapper{
margin-left:-15px;
margin-right:-15px;
}
}
@media only screen and (max-width: 512px) {
.hot_one_page_wrapper{
margin-left:-15px;
margin-right:-15px;
}
}
Last edit: 10 years 11 months ago by ivan.milic.
Please Log in to join the conversation.
-
Baudoin57
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
10 years 11 months ago #38807
by Baudoin57
Replied by Baudoin57 on topic Responsiveness Problem !
Thank you for your quick reply.
Unfortunately it doesn't work.
Any other ideas are welcom !
Unfortunately it doesn't work.
Any other ideas are welcom !
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #38824
by ivan.milic
Replied by ivan.milic on topic Responsiveness Problem !
try:
BODY{
overflow:hidden;
}
BODY{
overflow:hidden;
}
Please Log in to join the conversation.
-
Baudoin57
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
10 years 11 months ago #38835
by Baudoin57
Replied by Baudoin57 on topic Responsiveness Problem !
Another good idea but unfortunately not working, the scrolling down bar just disappear and i can move the site anymore.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #38843
by ivan.milic
Replied by ivan.milic on topic Responsiveness Problem !
This:
@media only screen and (max-width: 512px) {
.hot_one_page_wrapper{
margin-left:-15px;
margin-right:-15px;
overflow:hidden;
}
}
@media only screen and (max-width: 512px) {
.hot_one_page_wrapper{
margin-left:-15px;
margin-right:-15px;
overflow:hidden;
}
}
Please Log in to join the conversation.
Time to create page: 0.092 seconds