This topic has 8 replies, 4 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
hi for some reason there is an edge on the iphone 4 layout:
can you tell whats creating this? It’s ok on all other devices?
Hello,
You can add this code in Custom CSS
@media only screen and (max-width: 992px){
.navbar-header.navbar-right {
right: 9px;
}
}
Regards,
Rose Tyler.
Thank you!
Hey Queenb123,
Out of curiosity how did add the colour to the mobile navigation header background?
Looks good, better than being white.
If you could advise that would be great!
@ Jimbo:
Custom CSS for tablet:
.fixed-header-area {
background-color: #000000;
}
.header-content.nano-content{
background-color: #000000;
}
Custom CSS for mobile landscape:
.fixed-header-area {
background-color: #000000;
}
Custom CSS for mobile:
.fixed-header-area {
background-color: #000000;
}
.header-content.nano-content{
background-color: #000000;
}
Thanks Queenb123
I will try and add that, out of interest what WOOTHEME variant do you use?
I’m using full width so unsure if the code will be the same.
Thanks for taking the time to reply.
Hello @Jimbo and @queenb123,
Is there any other questions in this thread? Can we close that topic?
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up