Fault on home page – Charity theme

Home Forums All Other Themes Fault on home page – Charity theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #41923
    HelenHelen
    Participant
    • Topics: 19
    • Replies: 42
    • Total: 61
    Member since: May 11, 2016

    Hi, there is a technical fault on my home page on screen widths below 104px. There is a large gap below the slider, with a spinning loading icon, and a dot. Please could someone look into this for me?
    http://www.empathydesign.co.uk/16/
    Password protected: usr: lesley, pw jfemp0516

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

    Hi Helen,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:767px){
    .slider-main{min-height:auto !important;}
    }

    Regards,
    Brad

    #42034
    HelenHelen
    Participant
    • Topics: 19
    • Replies: 42
    • Total: 61
    Member since: May 11, 2016

    Thanks, done it but it doesn’t seem to have worked. Could you have another look for me? It obviously needs to be fully responsive,

    Regards, Helen

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

    Try this code:

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

    #42079
    HelenHelen
    Participant
    • Topics: 19
    • Replies: 42
    • Total: 61
    Member since: May 11, 2016

    I’ve had to increase the max-width to 1023 to catch the 768px width, but now all the usual widths seem fine – thanks!

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

    Okay 🙂

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