Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #9761
    Anonymous
    Inactive

    Hello there! Love your Simple Catch plugin! It’s so easy to customize and looks very professional 🙂 But is there any way to add space between the content and right sidebar?

    On my site (http://www.readingforpleasure.net/), it’s all squished together, so I’d appreciate some way to add space between the two, while still keeping all pages centered.

    Thanks in advance!
    Maria

    #9783
    Sakin
    Keymaster

    @MairiaM: Sorry I cannot help it before adding back the the footer text “Theme: Simple Catch”. I have already replied in your other forum question is that you are not allowed to change the footer theme name while using Free Theme. This is the only means of recognition that you get for proving theme, updates and support forum for free. I hope you understand and add back the name and I will be happy to help you further.

    #9812
    Anonymous
    Inactive

    Sorry about that Sakin, I was playing around with the coding to change up the look and somehow deleted it. I hope you don’t think I was ignoring your requests on the other forum questions, I only just checked email now. Please advise if you’d like me to resubmit these requests for you to respond to.

    Best,
    Maria

    #9816
    Sakin
    Keymaster

    @Maria: Thanks for putting back the footer link. Yes, now you have to post message in each forum so that I get alert and will send your the codes.

    Changing the space between the content and sidebar. This is bit complicated, as the theme in build in 978 grid system. So, I advice not to change it. But if you want then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Where I have reduce the width of sidebar by 10px and increase the margin by 10px.

    #sidebar.col4 {
        margin-left: 40px;
        width: 296px;
    }
    #9885
    Anonymous
    Inactive

    Thank you Sakin! Even just that little space makes a world of difference. I appreciate your quick reply 🙂

    Best,
    Maria

    #10644
    Anonymous
    Inactive

    Hi Sakin,

    Is it possible to add a border around the sidebar, similar to the one around the thumbnails, or even just a plain black line to separate it from the content?

    Best,
    Maria

    #10660
    Sakin
    Keymaster

    @MairiaM: You can try in the following CSS in ” Appearance => Theme Options => Custom CSS” box. But I am not so sure. I have added the code add the border left of the sidebar.

    #sidebar.col4 {
        border-left: 1px solid #bbb;
        margin-left: 18px;
        padding-left: 17px;
        width: 300px;
    }
    #10712
    Anonymous
    Inactive

    Thank you so much Sakin! You are a genius!

    Best,
    Maria

    #61693
    Klaas
    Member

    Hi Sakin,

    Is there a way to add some more space between the titles of my posts in the right sidebar, and to have a grey line between the main column and the right sidebar?..

    Regards,

    Klaas
    http://www.exercisestrong.com

    #61696
    Sakin
    Keymaster

    @Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .widget.widget_recent_entries ul li { margin-bottom: 10px; }

    #61724
    Klaas
    Member

    Thanks a lot Sakin, you’re the best!

    #61741
    Sakin
    Keymaster

    @Klaas: Thanks for your appreciation.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Adding Space Between Content & Sidebar’ is closed to new replies.