[Resolved] Side Widgets Larger

Home Forums Support [Resolved] Side Widgets Larger

Home Forums Support Side Widgets Larger

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61570
    Callandra Dendias

    Hi all,

    Hoping someone can help me – my page is http://www.thevpp.ca

    As you can see I have 3 separate show graphics down either side of my site. How can I make them larger so that they take up more space and there is less of a margin down each side? The Artistic Directors of the theatre really want this change made and I have been learning this whole wordpress world as I go – in a bit over my head!

    I appreciate any help you can throw my way!

    Callandra

    #61583
    Tom
    Lead Developer
    Lead Developer

    Hi Callandra,

    I’m seeing this CSS added by the “McStudios Shortcode” plugin:

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }

    This is overriding the width you have set in the Customizer (1500px).

    A plugin using a class like “container” isn’t very good coding – lots of room for issues with themes.

    What you can try doing is add your own custom CSS:

    body .grid-container {
          width: auto;
    }

    Hope this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.