i want to make homepage pane in one column instead of 2 columns

  • Anonymous

    #10006

    I’m using the graphene theme and I have a static home page with the homepage panes turned on. Right now, my layout is a two column layout with some static text and a sidebar with a few widgets.

    The homepage panes are displayed under my static content in two columns. Is there anyway to get the homepage panes to display as one column, rather than two? I’d just like the posts one on top of the other in the homepage panes without having them split into two columns.

    Alternatively, is there a way to display both some static content and below that, my blog posts? I wasn’t able to get it working.

    Anonymous

    #45115

    It’s not neat but try with putting this in custom css under Graphene Options:

    .two-columns .homepage_pane {
    width: 100% !important;
    }

    Anonymous

    #45116

    i know this

    .two-columns .homepage_pane {
    width: 100% !important;
    }

    instead of this code which code need to be right over their so we can get single column.

    kindly suggest.

    Mod

    Kenneth John Odle

    #45117

    Try adding this

    .homepage_pane {float: none !important;}

    You will still have to adjust padding, borders, and margins.

    Anonymous

    #45118

    thanks for this.

    now please tel me how to set image on left hand side and all content at right hand side.

    every thing should be inline.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.