Home Forums Square How to make posts layout wider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #823
    Mindas
    Participant

    Hi, I like that theme very much. But need to make wider.

    How to make list of posts layout wider?

    This is how it is now

    This is how I need to make

    #825
    Hash
    Keymaster

    HI,

    There is no option to make the archive page wider. You can only change the layout for the post and pages only.

    #912
    Mindas
    Participant

    I did it changing:

    #primary{
    	width: 69%;
    	float: left;
    }

    to

    #primary{
    	width: 89%;
    	float: left;
    }
    #913
    Hash
    Keymaster

    Hi,

    This will change the width in every pages. Seems like you have some skills in CSS and i can guide you further.

    If you want to change the width of the archive page only, then add the below CSS

    .archive #primary{width:89%;float:none;margin:0 auto}
    .archive #secondary{display:none;}

    The second line disables sidebar in all archive page.

    #914
    Mindas
    Participant

    Thank You!

    #919
    Hash
    Keymaster

    Glad to help you
    =========================
    Please like our Facebook Page https://www.facebook.com/hashtheme/
    And make sure to rate our theme if you really like it https://wordpress.org/support/view/theme-reviews/square?filter=5

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