Home › Forums › Construction Pro/Build Forum › margin of footer
- This topic has 8 replies, 2 voices, and was last updated 4 years ago by
Forum Moderator.
-
AuthorPosts
-
September 12, 2019 at 6:03 pm #130622
Dear sir,
i want to remove the free space of margin footer (upper) on my website and also from right & leftwebsite : msh-air.com
theme : contractor proSeptember 13, 2019 at 5:14 am #130637Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#footer .footercols1 h3, #footer .footercols2 h3, #footer .footercols3 h3, #footer .footercols4 h3 { padding-top:0 !important;}
Regards,
DaveSeptember 13, 2019 at 8:48 am #130660thank you so much, other issue how can i center the footer as it going to left more
September 15, 2019 at 1:30 pm #130693any update please ?
September 16, 2019 at 5:37 am #130707Hi,
Kindly use this CSS
#footer .rowfooter { margin: 0 0 0 140px; } .footercols3:nth-child(4) { width: 21% !important; }
Regards,
DaveSeptember 18, 2019 at 6:02 pm #130946hello ,
thank you for replay, but now its not arrange able on mobile device..September 19, 2019 at 6:44 am #130965Hi,
Kindly use this one for mobile device
@media screen and (max-width:479px) { #footer .rowfooter { margin:0;} }
Regards,
DaveSeptember 19, 2019 at 9:49 am #131010hello,
its going to left side on mobile not center .September 19, 2019 at 10:10 am #131016Hi,
Kindly use this one
@media screen and (max-width:479px) { #footer .footercols1, #footer .footercols2, #footer .footercols3, #footer .footercols4 { text-align:center;} #footer .footercols3 h3::after { left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%);} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.