Space between forum and side bar - Punbb Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Space between forum and side bar - Punbb

    la valle dell'eco
    la valle dell'eco
    Forumember


    Female Posts : 103
    Reputation : 2
    Language : Italian/English

    In progress Space between forum and side bar - Punbb

    Post by la valle dell'eco Thu Jul 31, 2014 9:23 am

    Hello everyone. I need help. I have modified a style ( Punbb version) . Unfortunately, however, between  forums and the sidebar is no more space.

    Space between forum and side bar - Punbb Colonn10

    http://proveprovate.forumattivo.it/

    I would like to distance a couple of pixels. How can I do this?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Space between forum and side bar - Punbb

    Post by SLGray Thu Jul 31, 2014 10:14 am

    If you want to change it by CSS, check your CSS stylesheet for this:
    Code:
    #content-container div#container {
        float: left;
        margin-right: -204px;
        width: 100%;
    }
    Change the margin-right number.



    Space between forum and side bar - Punbb Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    la valle dell'eco
    la valle dell'eco
    Forumember


    Female Posts : 103
    Reputation : 2
    Language : Italian/English

    In progress Re: Space between forum and side bar - Punbb

    Post by la valle dell'eco Thu Jul 31, 2014 11:23 am

    Perfect. Thank you very much.
    Japorized
    Japorized
    Forumember


    Male Posts : 310
    Reputation : 3
    Language : English
    Location : Malaysia

    In progress Re: Space between forum and side bar - Punbb

    Post by Japorized Thu Jul 31, 2014 11:53 am

    Alternatively, you can go to
    Admin Panel > Modules > Portal & Widgets (Forum Widgets Management) > Forum Widgets General Options (Space between Columns)
    and edit that value there.