• site: http://beta2.cedarhillfarminc.com

    I’m having some problems with unresolved margins or padding on the mobile version of the site. I’m trying to have a few main images extend to the full width using negative margins but can’t figure out how to do this without getting horizontal scroll as well. Any help is much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to your style.css:

    .site { overflow: hidden; }

    Hi Alexander,

    in addition to what ThemeSumo said, you shouldn’t add CSS code to the core stylesheet of your theme because these changes will be lost after theme updates. Instead it’s highly recommended to make use of a child theme or plugins like for example Simple Custom CSS to add custom CSS code to your website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Margin or padding issue?’ is closed to new replies.