Home › Forums › WoodMart support forum › Moved: Reply To: Footer
Moved: Reply To: Footer
- This topic has 10 replies, 2 voices, and was last updated 4 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
June 13, 2020 at 8:05 pm #203213
dirkspijkermanParticipant1. 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.June 14, 2020 at 9:46 am #203317
Elise NoromitMemberHello,
Please describe your purpose, provide the site admin access to the private area, and provide the screen of the problem.
Best Regards
June 14, 2020 at 1:37 pm #203347
dirkspijkermanParticipantHello,
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.
June 15, 2020 at 10:30 am #203562
Elise NoromitMemberHello,
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
June 16, 2020 at 11:06 pm #204107
dirkspijkermanParticipantThats 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?
June 17, 2020 at 7:09 am #204147
Elise NoromitMemberHello,
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
June 18, 2020 at 2:13 pm #204605
dirkspijkermanParticipantHello,
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
June 18, 2020 at 2:34 pm #204611
dirkspijkermanParticipantHere the screenshot
Attachments:
You must be logged in to view attached files.June 18, 2020 at 9:23 pm #204675
Elise NoromitMemberHello,
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
June 19, 2020 at 2:40 pm #204854
dirkspijkermanParticipantThank you very much.
Kind regards
June 19, 2020 at 3:12 pm #204869
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register