New Landing › How can we help? › Themeforest Theme Support › Dante › Widget footer height
Hello,
How can I adjust the height of widget footer?
Any custom css?
Thanks in advance.
Hi
Which widget? Please could I see your link and could you point in to which bit you want to increase the height of?
– Kyle
Add this to your custom css:
#footer-widgets .widget { padding-bottom: 20px; } #footer { padding: 20px 0 0; }
Please find attached
Try adding this to your custom css:
@media only screen and (min-width: 1200px) { .alt-bg { margin-left: -1000px!important; padding-left: 1000px; padding-right: 1000px; } }
Thank you for the reply.
Still same view on IE and Chrome.
Mozilla still great.
Please clear your cache, that CSS should of worked
Ok no problem
Thank you for your amazing help Kyle, it works fine today.
Great! Happy to help
Have you made sure you still have that css in your custom css?
Hello Kyle,
Yes, I put that on top of the child theme css.
@media only screen and (min-width: 1200px) { .alt-bg { margin-left: -1000px!important; padding-left: 1000px; padding-right: 1000px ; } }
You must be logged in and have valid license to reply to this topic.