• Resolved Resobaso

    (@resobaso)


    Alright, so I may be off in posting this here and if that’s the case I apologize completely.

    I would like to space out my widgets (Archives, Categories, etc) from each other, if you look they come off kind of clustered and messy looking and I was hoping for some guidance in doing so. Though I would like to mention, the content inside of each widget inst as much of a problem as the whole section.

    I do hope this is doable!

    Heres my site at the moment https://dankeshane.net/resobasos/

Viewing 2 replies - 1 through 2 (of 2 total)
  • edit style.css of your theme, and find:

    .sdb-content{
    	width: 206px;
    	padding-bottom: 15px;
    }

    add a line:

    .sdb-content{
    	width: 206px;
    	padding-bottom: 15px;
    margin-bottom: 20px;
    }

    the value of margin-bottom will increase the space between the widgets.

    reload the page in the browser, or press CTRL F5 to clear the browser cache, and to make the changes visible.

    Thread Starter Resobaso

    (@resobaso)

    Wow, thank you SO much, I almost couldn’t find the thread, you have indeed helped me out so much! I knew coming here was a good idea, hope I didn’t seem TOO noobish.

    I genuinely did look before I posted, but you know, all problems are different and there was no way Id have figured this out!

    Again thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘In need of some assistance with widgets’ is closed to new replies.