Tagged: widgets
- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by Pratik.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 6, 2016 at 12:31 am #84735wanderlust-effectMember
Hi there,
Is it possible to reduce the space between widgets on the side bar? and between the side bar itself and the posts?and a bit off topic: how do I add a picture to the “text” widget? I’ve seen it on another website with the same theme but can’t do it myself.
Many thanks!
EricaFebruary 6, 2016 at 8:20 am #84759PratikParticipantHi Erica,
For sidebar and post space, add following code to Appearance=> Customize=> Theme Options => Custom CSS box:
`
#main {
width: 810px;
}
.sidebar-primary section{
margin-bottom: 10px;
}
‘For image in text widget, you need to know a bit of Html. You can add it by adding htnl code. Its details are here.
Let me know how this works out.
Regards,
Pratik -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Widget and page spacing’ is closed to new replies.