- This topic has 1 reply, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Extending content containers width limit
Hi I have a website using the SKT Full width. When viewed on monitors with extended resolution settings there is quite a bit of background image that will show on the left and right of the theme. I wondered if the width of the “Full width” template of the theme has a pixel maximum limit that can be tweaked in the css to allow for these circumstances to grow in these circumstances. url is www.mjkag.com If there is a css tweak it would be greatly appreciated. Thank you
Hi Jesse,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code in custom box
#wrapper { width:auto; padding:0 4%; box-sizing:border-box;}
@media screen and (max-width: 1270px) and (min-width:768px) {
#wrapper { width:auto; padding:0 4%; box-sizing:border-box;}
#secondary { margin-left:0;}
#primary { margin-right:0;}
}
If that do not work then try to !important property in classes
Regards,
Shri
The Horse Ranch WordPress Themes by SKT Themes are designed to highlight the beauty and professionalism of equestrian businesses. With stunning layouts for service descriptions, […]
Tarot WordPress Themes by SKT Themes offer visually stunning and intuitive designs tailored for spiritual services. With features like appointment booking systems, service sections, testimonial […]
Adventure Sports WordPress Themes by SKT Themes are designed to meet these needs with dynamic layouts, high-quality image galleries, and dedicated sections for services, tours, […]