Announcement

Collapse
No announcement yet.

Responsive Design

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Responsive Design

    Hi,

    I'm currently using the responsive design. However, I don't like the way that the out of the box theme doesn't expand to the whole page of the browser. Is there a quick fix for this? Even the sellerdeck site doesn't expand.

    www.motocc.co.uk

    #2
    Hi Darren,

    Your width is set to 999px, which is a fixed value.

    I'd set your body with a width of 100% and make it an important statement.

    Bear in mind, when you make this change, all of your other elements will also need to be styled appropriately.

    If you've not used it before, you can use developer tools in firefox/chrome to inspect your website, make changes on the fly and amend in your CSS.
    Dave

    Comment


      #3
      thanks dave ill give it ago

      Comment


        #4
        Hi Darren,

        If you go to Design | Current Stylesheet and try locate:

        #wrapper

        Change:
        width: 999px; to width:100%;

        I believe this looks pretty great without any additional work to this.

        If you're looking to make the actual content full width there would need to be more changes than this as Dave advised.

        Comment

        Working...
        X