Coffee theme

Home Forums All Other Themes Coffee theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #74334
    MichaelMichael
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: June 15, 2016

    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

    #74367
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    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

    #74447
    MichaelMichael
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: June 15, 2016

    Hi Chris,
    i did add that, but it does not work.

    #74463
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly add this css code there:

    @media screen and (max-width:767px) {
    .innerbanner { height:auto !important;}
    }

    Regards,
    Chris

    #74464
    MichaelMichael
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: June 15, 2016

    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.

    #74466
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    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

    #74471
    MichaelMichael
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: June 15, 2016

    It is working Thnx

    #74516
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.