Header Error

Home Forums All Other Themes Header Error

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #121270
    remko1remko1
    Participant
    • Topics: 7
    • Replies: 16
    • Total: 23
    Member since: April 9, 2019

    Hello,

    If i open https://napoleon.whayklanten.nl on the iPad, the header overlaps the top of the site.

    see: http://prntscr.com/n9x4hi

    Theme: Laptop Repair Pro

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (min-width:768px) and (max-width:1023px) {
    .page_head { height:200px;}
    }

    Regards,
    Dave

    #121275
    remko1remko1
    Participant
    • Topics: 7
    • Replies: 16
    • Total: 23
    Member since: April 9, 2019

    This didnt help. Still looks the same.

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

    Hi,

    Kindly use this one

    .page_head.page_head_bg {
        height: 200px !important;
    }

    Regards,
    Dave

    #121279
    remko1remko1
    Participant
    • Topics: 7
    • Replies: 16
    • Total: 23
    Member since: April 9, 2019

    this fixed it, but not the home page.

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

    Hi,

    Kindly use this CSS for homepage

    @media screen and (min-width:768px) and (max-width:1023px) {
    #slidera .nivo-caption { top:85% !important; width:80% !important;}
    }

    Regards,
    Dave

    #121282
    remko1remko1
    Participant
    • Topics: 7
    • Replies: 16
    • Total: 23
    Member since: April 9, 2019

    thanks! it worked

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

    Hi remko,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/22/

    Regards,
    Dave

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