Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #296562

    Is there a way to have my footer fill the space under the boxed content. Right now it is indented somewhat and things are not fitting properly.

    #296738

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .container {
    width: 100%!important;
    margin: 0!important;
    max-width: 100%!important;
    }

    Best regards,
    Yigit

    #296819

    That worked great. I’m trying to center my Facebook icon in the footer on both desktop and mobile devices, while trying to move the text more to the right on desktops for the other column of the footer while leaving the mobile untouched. Anyway to do this?

    #297168

    Hi!

    You can try this on Quick CSS:

    #footer .flex_column.av_one_half.first.el_before_av_one_half {
    position: relative;
    left: 50%;
    top: 30px;
    }

    Regards,
    Ismael

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