Viewing 4 reply threads
You must be logged in to reply to this topic.
hello, I have a web layout which I’m satisfied, but it doesn’t work at mobile or ipad layout. The logo is not centered as in the computer and it doesn’t appear the menu.
Should I make any special settings?
thank you
Hello,
Do you have enabled the responsive mode in General Options? Please send us a link so we can give it a closer look.
Best regards!
Hello,
Your site is perfectly responsive. The only thing to edit is the logo height, increase it so it’s more visible. And menu items font. They are white, that’s why you do not see them.
I added this code into your custom css box:
@media (max-width: 767px){
#logo img {
max-height: 140px !important;
margin-top: -67px !important;
}
.menu-small ul.menu > li > a { color: #504A4A !important;}
header#header .row-fluid .span12, .header_wrapper {
height: 100px !important;
}
}
Result. Please check your site and let us know.
Best regards!
thank you! that is good now!
thanks for the support,
best regards
lola
You must be logged in to reply to this topic.