Hello,
I was looking for solution of my problem. There are many simillar topics, but any of them give me an answer.
So I hope you’ll help me :)
I need to change space’s width between all columns at footer, I need them to be smaller:
http://prntscr.com/e5oqn9
Best regards,
Andrzej
Hi Andrzej,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .av_one_fourth {
margin-left: 2% !important;
width: 23.5% !important;
}
Adjust the values to your liking.
Best regards,
Rikard
Hello,
Thank you for the code but after I used it, footer on my mobile it’s now broke:
Check, please:
http://prntscr.com/e8yt5x
I modified values to:
#footer .av_one_fourth {
margin-left: 1% !important;
width: 23.0% !important;
}
Because values that you gave me didn’t fit.
Can you help me?