- This topic has 7 replies, 2 voices, and was last updated 8 years, 2 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
🙂
For visitors to properly scroll and browse through your articles or content it is essential that one adds nice pagination to their blog or other […]
Setup WordPress CDN Your WordPress website loads slowly, and you’re losing visitors by the second. Sound familiar? A sluggish website doesn’t just frustrate users—it hurts […]
Best WordPress CDN Plugins for Images Slow-loading images can be a major roadblock for any WordPress website. They frustrate visitors, hurt your user experience, and […]