Decreasing size of footer widget
-
Hello, I have footer widgets on my site. At the bottom, one is a description, one is for links, and one is for social media. There is a big space between the “Links” widget and the “Follow Us” widget on my site, so how can i decrease the size of the “Links” widget to make these two widgets closer together? Thanks.
The blog I need help with is fljournal.org.
Hello,
To reduce width of the second widget area please add this class to Custom CSS:
.widget-area:nth-child(2) {
width: 12%;
}
Thank you,
– Djordje
You must be logged in to reply to this topic.