Home Forums WoodMart support forum Change of blog post and product page width

Change of blog post and product page width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #77560

    lifecalls
    Participant

    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.

    #77582

    Artem Temos
    Keymaster

    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

    #77771

    lifecalls
    Participant

    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.

    #77775

    Artem Temos
    Keymaster

    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/

    #77780

    lifecalls
    Participant

    that css code did not change anything.

    #77783

    Artem Temos
    Keymaster

    It changes your posts content width https://gyazo.com/b3d179881678dab7c32956d2d92cb783

Viewing 6 posts - 1 through 6 (of 6 total)