- This topic has 7 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Coffee theme
Hi,
I get on every page in mobile version a big space between the header and text,
How can i remove that?
See: Link DKVS
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.innerbanner { height:auto;}
}
Regards,
Chris
Hi Chris,
i did add that, but it does not work.
Hi,
Kindly add this css code there:
@media screen and (max-width:767px) {
.innerbanner { height:auto !important;}
}
Regards,
Chris
okay thnx, and what to do on tablet size, on mobile phone size is is working.
But on tablet size it issnt..
Also de brown menu is visable on tablet size.
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1169px) {
.toggle { display:none !important;}
.innerbanner { height:auto !important;}
}
Regards,
Chris
It is working Thnx
🙂
