Home › Forums › All Other Themes › Coffee theme
- This topic has 7 replies, 2 voices, and was last updated 7 years, 4 months ago by Sonl Sinha.
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
June 4, 2017 at 2:12 pm #74334
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
June 5, 2017 at 5:54 am #74367Hi,
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,
ChrisJune 5, 2017 at 8:10 am #74447Hi Chris,
i did add that, but it does not work.June 5, 2017 at 9:19 am #74463Hi,
Kindly add this css code there:
@media screen and (max-width:767px) {
.innerbanner { height:auto !important;}
}Regards,
ChrisJune 5, 2017 at 9:23 am #74464okay 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.June 5, 2017 at 9:27 am #74466Hi,
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,
ChrisJune 5, 2017 at 9:47 am #74471It is working Thnx
June 5, 2017 at 11:14 am #74516🙂
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.