- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by Hash.
- AuthorPosts
- October 19, 2016 at 7:21 pm #823MindasParticipant
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
October 19, 2016 at 9:33 pm #825HashKeymasterHI,
There is no option to make the archive page wider. You can only change the layout for the post and pages only.
October 26, 2016 at 1:37 pm #912MindasParticipantI did it changing:
#primary{ width: 69%; float: left; }
to
#primary{ width: 89%; float: left; }
October 26, 2016 at 9:27 pm #913HashKeymasterHi,
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.
October 27, 2016 at 1:53 am #914MindasParticipantThank You!
October 27, 2016 at 8:31 pm #919HashKeymasterGlad 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 - AuthorPosts
- You must be logged in to reply to this topic.