Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #540271

    FOOTER vertical (line) pace (padding) between the lines in all widgets.

    https://www.dropbox.com/s/h967h443s7nhvb0/Bildschirmfoto%202015-11-21%20um%2021.51.26.png?dl=0

    this is how it looks

    and i want less free vertical space between all footer objects.

    :-) thank you

    #540435

    Hey ebner!

    can you please provide us your web site URL?

    Cheers!
    Basilis

    #540445

    thank you :-)

    #540951

    Hi!

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

    #footer a {
        padding: 0;
    }
    #footer input {
        margin-bottom: 0;
    }

    Cheers!
    Yigit

    #540998

    Hi Yigit

    It worked partially… it worked for the link list but not for the column4 the icons:
    how can i get rid of the space between the icon title and the icon-content.

    also fot the NEWSLETTER column2 it did not work. i need the padding there also gone pls :-)))))))

    thank you !

    #541369

    Hi,

    Please try the following as well:

    #footer .iconbox {
    margin-bottom: 5px !important;
    }

    Best regards,
    Rikard

    #541380

    sorry it does not work….. once i saw the code where but could not found the place again….. it was like:

    top .input-text
    margin: 0 0 20px

    the 20px is the problem, but i don’t know how to code it right, bacuse i don’t know which “box” it is…..

    :-)

    #541583

    Hi!

    After adding Rikard’s code, it should look like the screenshot i posted in private content field.
    If that is how you would like it to look, please create a temporary admin login and post it here privately. If it is not, please post a screenshot and show the changes you would like to make :)

    Best regards,
    Yigit

    #542555

    Hi

    i guess you did not got the answer:
    1)
    i need the vertical spacing between the text entry fields more narrower, this could be the “#top .input-text” has a setting a margin : 0 0 20px…… but how to get rid of this or set this to 10px BUT NOT spacing other sites.
    ( the space between the line comes from the newsletter plugin form of mailchimp )

    2)
    the space between the lines of email and mobiltelefon in the contact fields column4 should be more niche, meaning narrower. so space between all lines and the 2 icons set narrower.

    thank you

    • This reply was modified 8 years, 4 months ago by daoist. Reason: no answer yet ?
    #544890

    Hey!

    The link you posted is returning a 404 error page.

    Best regards,
    Josue

    #546314

    yes because your reply to so long that the site is gone live in meantime.

    #546525

    Hi!

    I have adjusted the code in the bottom of Quick CSS field. Please review your website now

    Cheers!
    Yigit

    #546597

    Hi Yigit

    Yes that looks nice, thank you.
    but the big problem is the mailchimpform area…. the vertical spacing between the entry fields ist to wide. so the whole footer gets higher compared to the rest.

    can you make the vertical spacing between the entry fields narrower.

    thank you.
    :-)

    #546942

    Hey!

    Try adding this code to the Quick CSS:

    #footer .mc4wp-form-fields input[type="text"] {
        margin-bottom: 0 !important;
    }

    Cheers! 
    Josue

    #547256

    Hi Josue

    i did, but i think it did not work , no change ?!
    sorry

    #547321

    Hi!

    Try re-refreshing your W3 Total Cache and minifying.

    Regards,
    Josue

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