Tagged: header, links, menu, responsive
I have tried several listed solutions on this forum until I am pulling my hair out.
The last link in my menu folds under the other links when ANY browser window is resized. Chrome, IE, FF – makes no difference.
One here:
@media only screen and (min-width: 768px) and (max-width: 1060px) {
#header #header_main_alternate > .container {
width: 930px;
}}
Did absolutely nothing…and a few more…nothing.
Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 989px) and (max-width: 1139px) {
li#menu-item-3141 {
position: absolute;
top: 0;
right: -130px;
}
}
Cheers!
Josue
Perfect!
Thanks again for such awesome support.
You are welcome, always glad to help :)
Regards,
Josue