Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #825211

    I couldnt find anything in the documentation and a search throughout the forum yielded a lot of things that just werent related. I want to reduce the padding between the 4 columns I have in the footer so that there is very little gap at all between widgets placed there. Say no more than 5px gap between each.

    #826838

    Hey Michael,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #828416

    Please see the footer at http://beta.mbiflorida.com. See screenshot https://goo.gl/UHQRvT. So there is the padding or margin between each column of the footer and then there is the padding or margin between the footer and the socket. The bottom of the blue on the image I want to touch the socket.

    This is what I have in terms of CSS so far but I think I eliminated too much from the top of the footer where it interacts with the content section of the site. Also, I placed my CSS in the “Additional CSS” area under “Customize” should I not place it here?

    #socket .social_bookmarks a {
    font-size: 22px;
    }

    #footer .widget {margin:0;}
    #footer .widget {padding:0;}

    #footer .flex_column:enfold-child { width: 100%; margin: 0;
    }

    #footer {padding:0;}
    #footer {margin:0;}
    #footer .container {padding:5px;}
    #footer .container {margin:0;}

    #828487

    FYI I just moved the site back to the primary domain of http://mbiflorida.com. The credentials to access the site in terms of username and password are the same.

    #828771

    Hi,
    I think you have done a good job on your CSS, it looks like the way you described you wanted it. Not sure what I can add to help.
    Where you have put the css in fine.

    Best regards,
    Mike

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