Change of blog post and product page width
-
I had a pre-sale question on how can one change the width of post template.
I understand it requires some changes in the css.
Also My old blog had a custom category (blog post type). How can I add that feed into the footer similarly as latest posts in the theme are.
Hi,
Could you please send us some screenshots what exactly do you want to change in post template so we can prepare the code for you?
And your second question is not quite clear for us too. Please, attach some screenshots for better explanation.
Regards
1. The idea is to make the blog post/page/product width not as wide. 1045 pixels for the whole area. I understand it is possible with some css. Currently the width of the post/page template is arond 1166 pixels. The text is very wide stretching from left to right.
2. If you look here: https://mahejametsik.ee/rk/magustoidud/ this is a custom page/post type. For some reason the blow now redirects the main category: http://www.mahejametsik.ee/retseptid to the main page.
1. Try to use the following CSS
.post-single-page .entry-content{
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
2. The correct link should be like this https://mahejametsik.ee/retseptid/
that css code did not change anything.