Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84735

    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!
    Erica

    #84759
    Pratik
    Keymaster

    Hi 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget and page spacing’ is closed to new replies.