- Posts: 8
- Thank you received: 0
Bad responsive
-
remdesign
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago - 11 years 7 months ago #29579
by remdesign
Bad responsive was created by remdesign
I want to make the website fully rubber, responsive.
I installed:
Fluid Width (full screen) - ON
Responsive Behaviour - Enabled
Responsive Menu - Enabled
Applied the standard layout left - content - right.
If the browser window is stretched to full screen, all three positions shows normally
But if reduce the window by about one-third left and right positions receive additional padding from the edge of the screen.
Demonstration site sparky.hol.es/index.php/web-design .
Can you explain to me why is this happening?
I installed:
Fluid Width (full screen) - ON
Responsive Behaviour - Enabled
Responsive Menu - Enabled
Applied the standard layout left - content - right.
If the browser window is stretched to full screen, all three positions shows normally
But if reduce the window by about one-third left and right positions receive additional padding from the edge of the screen.
Demonstration site sparky.hol.es/index.php/web-design .
Can you explain to me why is this happening?
Last edit: 11 years 7 months ago by remdesign.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29584
by ivan.milic
Replied by ivan.milic on topic Bad responsive
As I see only problem is login module, in template_css.php is several places you will find:
.span2 {
width:XXXpx;
}
increase values
.span2 {
width:XXXpx;
}
increase values
Please Log in to join the conversation.
-
remdesign
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 7 months ago #29590
by remdesign
Replied by remdesign on topic Bad responsive
This change does not work. Probably need to change radically the template to the window was stretched to the full width for all gadgets!
See attachment.
See attachment.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29595
by ivan.milic
Replied by ivan.milic on topic Bad responsive
you need also to decrease width of central area .span8 for double amount you increase .span2 width.
Left and right column have class span2 and central span8 so total sum is .span2 + .span8 + .span2
Left and right column have class span2 and central span8 so total sum is .span2 + .span8 + .span2
Please Log in to join the conversation.
-
remdesign
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 7 months ago #29602
by remdesign
Replied by remdesign on topic Bad responsive
Sorry. Something I do not understand. After all, I need a responsive (rubber) version, and you suggest I set the size in pixels ...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29603
by ivan.milic
Replied by ivan.milic on topic Bad responsive
Yes but you see definition are for different @media-screen sizes
The following user(s) said Thank You: remdesign
Please Log in to join the conversation.
Time to create page: 0.172 seconds