Home › Forums › ART WordPress Theme › Styling the Archive-page
- This topic has 9 replies, 2 voices, and was last updated 8 years, 5 months ago by
SeaTheme.
-
AuthorPosts
-
November 12, 2017 at 2:15 pm #13933
Hi,
I’d like to make some changes to the Archive-/Categories-page. So, i’ve some questions:
1. Where can i find the loop for the Archive- and the Categories-page?
2. Is it possible to change the design of the Archive- and the Categories-page in this way:

I don’t need there a sidebar and it would be nice, if the posts not showed in a vertical row, more like a grid, if there is enough space on the page. How can i change that?Thanks for your help!
November 13, 2017 at 3:46 am #13938Hi,
The archive and category use same tempate/css. The files are in /tempalte/archive/
It is possible by custom css(“Appearance > Customize : Additional CSS”), like:
body.archive #content_wrap {width:100%; float:none; padding-left: 0px; padding-right: 0px;} body.archive #sidebar-widget {display:none;} .archive-item {width:33.33333%; float:left; padding-left: 20px; padding-right: 20px;} .archive-list {margin:0 -20px;} body.archive .pagenums {clear: both;} .archive-arrow {opacity: 0!important;} @media(max-width:768px){ .archive-item {width:50%; } }PS: I don’t test it totally, maybe needs more details job.
Regards!
Bwsm – uiueux.com – Twitter – FacebookNovember 26, 2017 at 9:33 pm #14002Thanks a lot, it works pretty good! So, the problem is, that the borders don’t fit with the borders of the header! I’ve this problem on several pages (incl. the shop-page). How can i fix that?
November 27, 2017 at 3:18 am #14007Hi,
As I said, I don’t test it totally.
Please leave your page url, I’ll check it.RG~
November 27, 2017 at 5:59 am #14009November 27, 2017 at 6:07 am #14010Hi,
Please add the custom css:
.sidebar-layout.row {margin-left: 0;margin-right: 0;}RG~
November 27, 2017 at 9:44 pm #14013Unfortunately, nothing changed since i add the line above in the custom css section. the different borders (header/content) are on every page, f.e.:
http://www.frischbild.ch/blog/
http://www.frischbild.ch/info/
http://www.frischbild.ch/kontakt/On the shop-page there are no borders:
November 28, 2017 at 3:15 am #14014Please add the custom css also:
.bm-builder { margin-left: -20px;margin-right: -20px; } .archive .main-list { padding-left:40px; padding-right:40px; }December 7, 2017 at 8:46 pm #14053Yes, this works nearly perfect. Only on the single-pages of the blog the borders doesn’t fit with the header, f.e. http://www.frischbild.ch/2016/08/20/rosengarten/.
December 8, 2017 at 2:10 am #14054Please remove the custom css:
.sidebar-layout.row {margin-left: 0;margin-right: 0;} -
AuthorPosts
- You must be logged in to reply to this topic.
