• Resolved cafeprint

    (@cafeprint)


    i’m trying to make the whole site full width so that i wont see any background colour or image at all. can i have the custom css code?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi,

    This should got you started:

    body {
      padding-left: 0;
      padding-right: 0;
    }
    .site { max-width: 100%; }
    .site-banner img { width: 100%; }
    

    I suggest you test this on mobile devices too. Also, if you want to modify something, please use code inspector tool in your browser to determine the CSS styles you need to override.

    Regards,

    Oliver

    Hello, thank you for the code it worked great . But is it possible to have that only for the homepage?????

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘full width’ is closed to new replies.