-
AuthorPosts
-
February 9, 2017 at 4:30 pm #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
February 9, 2017 at 4:54 pm #744878Hey 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, 9 months ago by Yigit.
February 9, 2017 at 8:59 pm #745052Hi,
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
February 9, 2017 at 9:03 pm #745054Hi,
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,
YigitFebruary 9, 2017 at 9:19 pm #745063Hi,
Thanks very much for taking a look at this for me – details posted privately to you below.Danielle
February 9, 2017 at 9:30 pm #745070Hi!
There was an extra closing curly bracket in your code. I removed it and it helped. Please review your website now
Best regards,
YigitFebruary 9, 2017 at 9:34 pm #745072Sorry 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
February 9, 2017 at 9:42 pm #745078Hi!
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,
YigitFebruary 9, 2017 at 9:56 pm #745091Ahhh 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.
February 9, 2017 at 10:10 pm #745112Hey!
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 nowRegards,
YigitFebruary 9, 2017 at 10:34 pm #745118Hi,
Yes this is closer but now 2 of the headings have dropped down – get social and donate are lower than the other 2?
Danielle
February 10, 2017 at 11:31 am #745325Hi 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
February 14, 2017 at 3:38 pm #746920Hi,
use this code inside Quick CSS field:
#footer .flex_column section:first-of-type { margin-top: 0px; }
Best regards,
AndyFebruary 14, 2017 at 3:48 pm #746929Thanks very much Andy – that did the trick!
Danielle
February 14, 2017 at 11:44 pm #747197Hi,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.