- Posts: 17
- Thank you received: 0
Top Menu Not Resizing Properly
-
engrspc
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #40532
by engrspc
Replied by engrspc on topic Top Menu Not Resizing Properly
I still couldn't get it, Ivan. I even tried to add the code to each of the media levels and tried to delete the global image line that you stated.
The image still stays at maximum and doesn't scale, on a tablet or on a computer screen.
The image still stays at maximum and doesn't scale, on a tablet or on a computer screen.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40541
by ivan.milic
Replied by ivan.milic on topic Top Menu Not Resizing Properly
The css I gave you should be placed in bottom of template_css.css , after all other content
Please Log in to join the conversation.
-
engrspc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
10 years 5 months ago - 10 years 5 months ago #40553
by engrspc
Replied by engrspc on topic Top Menu Not Resizing Properly
Still not working. Here's my .css file.
Even if I get this to work, will it only resize for phones or will it resize for all medium (smaller computers), tablets, etc...
Even if I get this to work, will it only resize for phones or will it resize for all medium (smaller computers), tablets, etc...
Last edit: 10 years 5 months ago by engrspc.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40560
by ivan.milic
Replied by ivan.milic on topic Top Menu Not Resizing Properly
you could increase max-width:
@media screen and (max-width:768px) {
.toprow .cell{
width:100%!important;
}
}
@media screen and (max-width:768px) {
.toprow .cell{
width:100%!important;
}
}
Please Log in to join the conversation.
Time to create page: 0.172 seconds