Home › Forums › Basel support forum › Footer customization
Footer customization
- This topic has 9 replies, 2 voices, and was last updated 5 years, 10 months ago by
Elise Noromit.
-
AuthorPosts
-
August 27, 2019 at 10:57 am #140598
RamialshamiParticipantHi
1- How to make a customizable footer for mobile pages?
2- How to control the maximum height of the footer and its content padding. It has huge gaps and doesn’t seem nice
3- Is there a way to speed up site and compress your theme files and css and js? the theme itself is slow. I hired 3 specialists and they said the main issue is in theme and its filesAugust 27, 2019 at 3:56 pm #140712
Elise NoromitMemberHello,
1. Navigate to the Theme Settings – > Footer and set one-column layout.
2. Create an HTML block in WP Bakery page builder template and make it as per your needs.
3. Navigate to Appearance > Widgets > Footer column and add the HTML widget and set the HTML block you have created.
Best Regards
August 27, 2019 at 4:48 pm #140717
RamialshamiParticipantThanks Elise
I’ll try thatAnd point 3? How to soove speed issue?
August 27, 2019 at 8:33 pm #140737
Elise NoromitMemberHello,
In general, our theme is already optimized and don’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.
Best Regards
August 28, 2019 at 9:57 am #140864
RamialshamiParticipantHi Elise
As for point 2, There is no control for this. Footer has a lot of empty spaces up and down conten. How to minimize that? If there is a code to control that height for desktop & mobile please send itAs for number 3, If you tested your templates uploaded on ThemeForest powerful server you will find it slow. Test it with GTMetrix or any other tool
August 28, 2019 at 12:57 pm #140901
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-container .footer-column { margin-bottom: 0; }
Best Regards
August 28, 2019 at 3:04 pm #140954
RamialshamiParticipantHi Elise
Thanks for the code. It’s not working
I set it to 0 and space is the same. Set it to -100 and the same.
Please check it. Also, I need to control top margin, not bottom onlyThanks
August 28, 2019 at 7:51 pm #140982
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global as well:
body .footer-container .widget-area { padding:20px 0 0 0; }
If you still do not like, show the screen which gaps to remove.
Best Regards
August 29, 2019 at 5:45 am #141000
RamialshamiParticipantWorks perfectly fine
Thanks ELise
August 29, 2019 at 7:26 am #141036
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Footer customization’ is closed to new replies.
- You must be logged in to create new topics. Login / Register