Home Forums WoodMart support forum How can I increase the width of the sidebar and enlarge the text

How can I increase the width of the sidebar and enlarge the text

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

    Xtolia
    Participant

    Hi support,

    I was wondering how can I enlarge the text font on the sidebar pages, as well as the widget title (please look at attachment #1 for reference)

    2) including on the mobile version how can I make it attached to the bottom footer (please look at attachment #2 for reference)

    Attachments:
    You must be logged in to view attached files.
    #293213

    Hello,

    1) You can try using the Typography Settings under Theme Settings >> Typography.

    You can read our detailed documentation in the following link:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-prefooter {
        padding-bottom: 0;
    }

    Regards.
    Xtemos Studios

    #293491

    Xtolia
    Participant

    How can I increase page width on specific pages?

    Attachments:
    You must be logged in to view attached files.
    #293559

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available to set custom width for a specific page.

    You can try using the stretch row and content option by editing the row.

    Screenshot for Clarification: https://gyazo.com/5d5f5025371dd8d8aa74b15c55360ad2

    Regards.
    Xtemos Studios

    #293747

    Xtolia
    Participant

    I added the CSS code you provided for the sidebar but nothing happened even after clearing my browser cache

    .wd-prefooter {
    padding-bottom: 0;
    }

    Attachments:
    You must be logged in to view attached files.
    #293864

    Hello,

    I saw the screenshot you attached.

    Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .site-content {
        margin-bottom: 0;
    }

    Best Regards

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