• Resolved ryanandbrenna

    (@ryanandbrenna)


    I’m trying to change my posts from being 2/3 of the page to the full page. I’ve commented out the side bar, but that didn’t fix the page, it’s still 2/3 width. This brings me to my question:

    If I inspect the element, I see this:

    media=”all”
    @media (min-width: 992px)
    .col-md-8 {
    width: 66.66666667%;

    If I change that width to 100% it fixes the issue. But I can’t see where to change this permanently. Where can I find and change the .col-md-8 class? I have no idea where to look and (while I may be missing something really obvious), I can’t find it in the forums either.

    Thanks so much for any help you can provide. The site in question is: http://ryanandbrenna.com/proposal-story/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like your theme has multiple stylesheets – but you really should not modify any theme files directly – as your changes will be lost when the theme is updated. Instead, use a child theme or custom CSS option or plugin.

    For more specific help, you should ask the developer of your commercial theme – as these forums don’t have any way to help with commercial themes, sorry.

    Thread Starter ryanandbrenna

    (@ryanandbrenna)

    That’s ok thanks. I actually just figured it out. I’ve saved the original theme locally. It was in the base.css file, I just didn’t realize how to get there.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where are div classes defined?’ is closed to new replies.