Hi,
I am using the grid for my blog and can see that my blog page and post search page are full width, however my archive page (accessed through tag filter) is not full width… how to fix that? thanks
Lio
Hello Lionel,
Thanks for writing in!
To make the archive pages fullwidth, please go to X > Theme Options > Blog and select the layout as “Fullwidth”.

Hope this helps. Kindly let us know.
Hi, it’s already set to Fullwidth for blog and archive in theme option page… as well as in layout and design… hence I am not sure what is overriding it or else?
Hi There,
It might be the cache issue, the category/tag page is currently full width on my end:
Could you please clear all the caches and check again?
Thank you.
Hi,
I tried that, but it does not seem to change anything. ps I had already checked on a different media (tablet surface) and it was the same.
If you look carefully at the screen grabs that you attached to your reply, they show that the left and right blog post grid columns are slightly truncated compared to the middle column, hence confirming that the page is not full width. If you resize the window, it will become even more visible.
It seems that the archive grid (tag filter result page) is constrained by the site max width setting in the design and layout settings, despite the site layout, content layout, blog layout and archive layout to be all set to fullwidth… hence my query for help as I don’t know where else to look to override this in the pro theme editor, or how to do it with a “magic” CSS code…?
Thanks,
Lio
Hello Lio,
This issue is because of the Grid’s customization settings. To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.archive .x-container.max.width.offset {
width: 100%;
max-width: 100%;
}
We would loved to know if this has work for you. Thank you.
Hi,
Not sure to understand why the issue is with the grid … but anyway, it worked! Thank you.
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.