customisation

  • Unknown's avatar

    Can’t seem to load the full screen feature of my theme or be rid of the column on the extreme right. It’s a plain beige blank that appears and looks really awkward.

    I want to adapt my posts to the full page version of this theme. Can you help? I’d be super grateful.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    some of the elements are set up with max-width: 1260px. You need to apply this code:


    .site {
    max-width: auto;
    #site-header img {
    width: 100%;
    }
    .mast-head {
    width: auto;
    }
    }

  • The topic ‘customisation’ is closed to new replies.