Okay
  Public Ticket #823948
Page width
Closed

Comments

  • Claire started the conversation

    Hi there - I was recommended this theme by ninetheme as I currently use Tendershop but it is no longer a  supported theme and has too many outdated templates and no longer works with Woocommerce. I'm trying to emulate the site I've already created at www.bohomagpie.com , where you can see what I mean. Unfortunately, my earlier theme was only 940 wide and all my image sliders are to this size. I need to reduce the current width of the site to 940 but cannot see how to set this width. Any ideas? Thanks so much

  • [deleted] replied

    Hi Claire,

    We have done our theme with Bootstrap and latest standards for the great responsively of the theme. It was a trend to work on sites 940px wide because developers where using Foundation, now 90% of them use Bootstrap.

    Anyway you can give it a try, please add the code below to Custom CSS


    @media (min-width: 1200px){
        .container {
        width: 940px;
        } }
  • Claire replied

    Perfect! Worked a dream. Thanks so much

  •   [deleted] replied privately