Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #744865

    Hi,

    Have searched a few threads and tried out various answers given, but doesn’t seem to make any difference to my site. I Ideally need the space between widgets making smaller – have managed this on sidebar with following code, but footer no joy:

    .widget { padding: 5px 0 10px 0; }
    }

    many thanks for your time and help on this,

    Danielle

    #744878

    Hey Littlesaint,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #footer .flex_column.av_one_fourth:nth-child(1) {
        margin-left: 0;
    }
    
    #footer .flex_column.av_one_fourth {
        margin-left: 3%;
        width: 22.7%;
    }
    

    Best regards,
    Yigit

    • This reply was modified 7 years, 1 month ago by Yigit.
    #745052

    Hi,

    Thanks for getting back to me – but this code makes no difference at all. Have added it via General Styling and no change. I already have other css I have added for various things – I can’t see any conflict – perhaps you can (have copied into private). Is there other code I can try?

    Danielle

    #745054

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #745063

    Hi,
    Thanks very much for taking a look at this for me – details posted privately to you below.

    Danielle

    #745070

    Hi!

    There was an extra closing curly bracket in your code. I removed it and it helped. Please review your website now

    Best regards,
    Yigit

    #745072

    Sorry but I can’t see any difference – I am looking at the footer (have cleared my cache also) – so I am looking for the vertical spacing between the widgets to be smaller.

    Thanks you for your time on this.

    Danielle

    #745078

    Hi!

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    If you would like to decrease the space even more, please adjust the values

    Regards,
    Yigit

    #745091

    Ahhh sorry I think I haven’t been clear – sorry I din’t mean vertical space – I meant horizonal space – so for example the space inbetween the social icons and find out more…

    Apologies.

    #745112

    Hey!

    Actually, you were right, it was my bad. I am an engineer but i still mix the two :)
    I edited the code in Quick CSS field. Please review your website now

    Regards,
    Yigit

    #745118

    Hi,

    Yes this is closer but now 2 of the headings have dropped down – get social and donate are lower than the other 2?

    Danielle

    #745325

    Hi Yigit,

    Many thanks for your help on this – but the headings on the footer are still not aligned – 2 are lower than the others – they should all be aligned (get social and donate are lower than the other 2?)

    Thanks

    Danielle

    #746920

    Hi,

    use this code inside Quick CSS field:

    #footer .flex_column section:first-of-type {
    margin-top: 0px;
    }

    Best regards,
    Andy

    #746929

    Thanks very much Andy – that did the trick!

    Danielle

    #747197

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

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