• hello! how are you? My site made with sidney theme isn’t responsive. The problem is in all the homepage and i don’t know very much of css. Can you help me? please. thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    html,
    body {
       overflow-x: hidden;
    }
    

    Regards,
    Kharis

    Thread Starter ivankuntzampuero

    (@ivankuntzampuero)

    Hello Kharis! Thanks for your help!!! It looks the same thing with the code you gave me. I don’t know if you see the same thing that me but i explain you quickly: the header menu covers my header and text image, all my intro text after the header appears in white, my services part is ok, testimonials shows only 30% (it looks like compressed), porfolio part has a white border on the right, and my contact formulary is not full-width on my phone.

    Thanks so much Kharis! I hope you can help me a little more with this.

    Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 767px) {
      .header-slider .text-slider .maintitle {
        width: 90%;
      }
    }
    

    Regards,
    Kharis

    Thread Starter ivankuntzampuero

    (@ivankuntzampuero)

    Hello Kharis! How are you? ?? I’ve put the code but it doesn’t work…. and i realized it had a scroll down in screen… Thanks

    Thread Starter ivankuntzampuero

    (@ivankuntzampuero)

    Hello Kharis! How are you? ?? I’ve put the code but it doesn’t work…. and i realized it had a scroll down in screen… Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘website no responsive with sidney theme’ is closed to new replies.