Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #579188

    Hi ..

    How can I add a little padding on the left side to the Widget Heading and Content .. my example is “Latest News”

    Thanks
    Bill

    #579292

    Hey bdm55!

    Try this CSS out.

    aside { padding-left: 20px; }
    

    Or this.

    .aside .widget { padding-left: 20px; }
    

    If that is not working then send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    • This reply was modified 8 years, 10 months ago by Elliott.
    #580507

    It didn’t work..

    #581771

    Hi!

    Please add following code to Quick CSS

    .sidebar .widget {
        padding: 15px;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.