Home Forums WoodMart support forum Moved: Reply To: Footer

Moved: Reply To: Footer

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #203213

    dirkspijkerman
    Participant

    1. I followed your advice but it did not help in my case. If I put padding bottom to 0px there is still the same amount of space.

    It looks more or less like this (see screenshot attached)

    Footer text
    Footer text
    Footer text
    (space)
    (space)
    _________________________

    Is it possible to reduce this space or is this the minimum possible space?

    2. The title headings of the pages are not centered (vertically) (see screenshot attached). Do you have some customs CSS to fix this?

    MAIN MENU
    ——————————-
    (space)
    H1
    (space)
    (space)
    ——————————-

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

    Hello,

    Please describe your purpose, provide the site admin access to the private area, and provide the screen of the problem.

    Best Regards

    #203347

    dirkspijkerman
    Participant

    Hello,

    I have added the login details to the private area. I think the problems will become clear if you visit the site. Here a summary:

    1. Below the title H1 text is too much space. I would like to reduce this space so that the title text is vertically centered.

    2. FOOTER: Below the footer text (for exampe: “contact”) is too much space. I think its obvious. I would like to reduce this space to almost 0. On the top too. I think if you go on the site you will understand what i mean.

    Actually on this demo (https://woodmart.xtemos.com/demo-electronics/demo/electronics/) the footer is almost as I desire.

    #203562

    Hello,

    You need to find this code and change the margin-bottom.

    As for the footer. You need to set one column in the Theme Settings > Footer.

    Then create an HTML block in Dashboard > HTML blocks https://xtemos.com/docs/woodmart/html-blocks-2/ and import the Footer which you wish https://xtemos.com/docs/woodmart/templates-library/

    Then add WOODMART HTML Block widget to the Footer column 1 in Appearance > Widgets and chose your created HTML block from the drop-down.

    Best Regards

    #204107

    dirkspijkerman
    Participant

    Thats exactly what I did but the space is bigger than on your footer. Can you please login and check yourself if you can fix it?

    Is it no possible to reduce the space to 0?

    #204147

    Hello,

    Change this code:

    body .page-title {
        margin-bottom: 40px;
    }

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

    Please clarify the problem with the footer. https://prnt.sc/t17zhq

    Best Regards

    #204605

    dirkspijkerman
    Participant

    Hello,

    Thank you for the code. That worked 🙂

    Enclosed I am sending a screenshot with marks. A is bigger than B which looks unprofessional. In general the space is too much in my opinion.

    Therefore, I would like to reduce the space of A + B. While with B (top) this is no problem, it does not work for A (bottom). So the goal is: I want to reduce the margin to the bottom.

    Im looking forward to your reply. Thank you for your help.

    Kind regards

    #204611

    dirkspijkerman
    Participant

    Here the screenshot

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

    Hello,

    Change this code as per your needs:

    .footer-sidebar {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    And this one:

    .footer-column {
        margin-bottom: 30px;
    }

    Best Regards

    #204854

    dirkspijkerman
    Participant

    Thank you very much.

    Kind regards

    #204869

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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