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

    Trying to accomplished better spacing in my footer. Have 3 columns (Left is Logo, Middle is Main Menu, Right is Association Membership Logos)
    The follow things need adjustment:

    1. The Biz-Sell logo on left is not on the same horizontal line as Main Menu & Proud Membership; I would like it to be.

    2. Space between logos in far right column, under “Proud Membership” needs to be reduced. Would like them to be about 10px (I think) apart from each other.

    3. Total vertical space from Socket to border with Panel above Footer needs to be reduced to align correctly.

    Can you provide me with easy Quick CSS.
    WHY CAN’T THIS BE DONE IN THE ADMIN WITHOUT USING CSS???

    #1097546

    Hey hudsoric,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer #text-4,#footer #media_image-8,#footer #media_image-9 {
    margin: 0px !important;
    }
     #footer #text-5 {
    margin-bottom: 0px !important;
    }
    #socket .container {
    padding: 0px !important;
    }
    #footer {
    padding: 0px !important;
    }

    Best regards,
    Mike

    #1097777

    Thank you for this. But, please take a look at the footer after installing the css. Regarding the 3rd column, I want to reduce the amount of space between each logo, and reduce the space between the “Proud Membership” column title and the IBBA logo.

    If you give me more CSS, please explain to me where in the CSS I can adjust the amount of space on my own (within the CSS, what number?).
    Thank you.

    #1097997

    Hi,

    Thanks for the update, the images you are using there have a lot of empty space around them in the actual image. Maybe it would be better if you edited that out in software like Photoshop first?

    Best regards,
    Rikard

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