margin of footer

Home Forums Construction Pro/Build Forum margin of footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #130622
    mohanad aloranmohanad aloran
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 25, 2019

    Dear sir,
    i want to remove the free space of margin footer (upper) on my website and also from right & left

    website : msh-air.com
    theme : contractor pro

    #130637
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #130660
    mohanad aloranmohanad aloran
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 25, 2019

    thank you so much, other issue how can i center the footer as it going to left more

    #130693
    mohanad aloranmohanad aloran
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 25, 2019

    any update please ?

    #130707
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    #footer .rowfooter {
        margin: 0 0 0 140px;
    }
    .footercols3:nth-child(4) {
        width: 21% !important;
    }

    Regards,
    Dave

    #130946
    mohanad aloranmohanad aloran
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 25, 2019

    hello ,
    thank you for replay, but now its not arrange able on mobile device..

    #130965
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one for mobile device

    @media screen and (max-width:479px) {
    #footer .rowfooter { margin:0;}
    }

    Regards,
    Dave

    #131010
    mohanad aloranmohanad aloran
    Participant
    • Topics: 4
    • Replies: 12
    • Total: 16
    Member since: April 25, 2019

    hello,
    its going to left side on mobile not center .

    #131016
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.