- Posts: 160
- Thank you received: 1
Responsive layout
-
hkeyzer
Inactive member -
Topic Author
- Member
-
Less
More
11 years 9 months ago #30381
by hkeyzer
Replied by hkeyzer on topic Responsive layout
OK thanks - tried it but will leave it as it is.
Please Log in to join the conversation.
-
basdc
Inactive member -
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
11 years 6 months ago #32753
by basdc
Replied by basdc on topic Responsive layout
Can someone resolve this issue {product heading hidden behind rotated product image view when viewed on mobile device. Tried below but made no difference. Thanks Barry
ivan.milic wrote: Nothing can be done except this (add to bottom of template_css.css) :
@media all and (max-width: 476px) {
.product_intro h3 a{
position:absolute;
}
}
taht will enable text to be visible but it will move picture up leaving only tiny image corner to be visible
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #32759
by ivan.milic
Replied by ivan.milic on topic Responsive layout
This will work, add to bottom of template_css.css:
@media all and (max-width: 512px) {
.product_intro h3 a{
position:relative!important;
z-index:10!important;
}
}
@media all and (max-width: 512px) {
.product_intro h3 a{
position:relative!important;
z-index:10!important;
}
}
The following user(s) said Thank You: basdc
Please Log in to join the conversation.
-
lupinlady
Inactive member -
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
11 years 3 months ago #35114
by lupinlady
Replied by lupinlady on topic Responsive layout
Im having the same problem. What about changing the z index of h3 instead? If so, what should I change it to?
Please Log in to join the conversation.
-
lupinlady
Inactive member -
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
11 years 3 months ago #35116
by lupinlady
Replied by lupinlady on topic Responsive layout
This template is great but not as responsive as I had hoped. Some in the header area I can fix in the css myself. On the featured article pages where I have 2 or 3 cols, as you go to a smaller screen, the page still has same number of cols. It would be nice if it went to 1 col on smaller screens. Can I do this with a media query? and how? Here is the link:
www.soundaudio.biz/index.php/en/products/aa-speakers.html
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #35127
by ivan.milic
Replied by ivan.milic on topic Responsive layout
Well you don't use default template pattern, template is not designed to have multiple columns.
For previous question it would be:
@media all and (max-width: 512px) {
.product_intro h3{
position:relative!important;
z-index:10!important;
}
}
For previous question it would be:
@media all and (max-width: 512px) {
.product_intro h3{
position:relative!important;
z-index:10!important;
}
}
The following user(s) said Thank You: lupinlady
Please Log in to join the conversation.
Time to create page: 0.100 seconds