Home Forums WoodMart support forum Change the width of the pages

Change the width of the pages

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #229338

    Hadmj
    Participant

    Hello,
    1-how do I change with width of the whole page? for example Home or shop page as you can see here: https://imgur.com/ZMIZavK empty space to the left of the categories

    2-how do I change the width of the rows? when editing with WPbakery: https://imgur.com/TKtBqma

    3- when adding html block to the prefooter it only appears in shop page how do add to certain pages only?

    thank you.

    #229361

    Hello,

    You can change the width of the row in the row settings.

    The shop page is not editable you cannot add any rows to the stoppage. The width of the pages is set globally in the Theme settings > General layout.

    You can disable pre-footer for the certain pages in the page settings: https://xtemos.com/docs/woodmart/options-for-pages/

    #229408

    Hadmj
    Participant

    Thank you it worked.

    about the General layout is there a way to change the sidebar width only?

    also am having an issue with layout when I add borders you can see it here >> https://imgur.com/hx7WeKE

    some borders are up and some are down.

    #229510

    Hello,

    You can change the width of the sideba in the Theme Setting and in the page settings. What do you mean pleas?

    Best Regards

    #229593

    Hadmj
    Participant

    Hello Elise thank you,
    I mean when I enable the (Bordered grid) in the products style the grids are not straight (the lines) on the shop page
    you can see here: https://imgur.com/9knZkX9
    and here: https://imgur.com/dBMu5tQ

    #229673

    Hello,

    This problem is caused by the different height of the grid items. You can crop the images and limit the title length, you can find here the instruction on how to do that: https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards

    #230460

    Hadmj
    Participant

    Hello Elise,

    All the images have the same size (1000×1000). so I don’t know if I should crop them or no, also how do I limit the title length some products have longer names than other products?

    isn’t there way to fix the grid automatically?

    #230498

    Hadmj
    Participant

    I fixed it thank you I had Masonry grid enabled, one more thing can you tell me how to change the text color of the cart sidebar (cart and checkout text)

    as you can see HERE one is black color the other is white I don’t know how it happened

    #230519

    Hello,

    You can change the text color by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #230520

    Hadmj
    Participant

    where can I find the classes names? is this correct (button btn-cart wc-forward)

    #230525

    Hadmj
    Participant

    okay found it .btns-default-dark thanks

    one last question, is there a way I can change the grid lines color on the shop page?

    #230742

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .products-bordered-grid.elements-grid {
      border-color: #000;
    }

    Chante the color as per your needs.

    Best Regards

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