Forum portal won't center. 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.

    Forum portal won't center.

    avatar
    Kumari
    Forumember


    Female Posts : 63
    Reputation : 1
    Language : English
    Location : Australia

    Forum portal won't center. Empty Forum portal won't center.

    Post by Kumari August 22nd 2015, 4:34 am

    Hey,

    Firstly, I think I know what my problem is but I'm not sure how to fix it.

    I have a container around my widgets on the main forum, in order for my forum body to not be covered by this I had to add a code to move the forum body over 300px, but it seems to have moved my portal too.

    I want my portal to be centred as my widget container is not displayed on the portal page, nor do I want it to be; so the portal page seems imbalanced now with this empty space to the left, I was wondering if there is a code I can add that may over ride the container code and make only my portal page centred? Or is there some other way around this?

    My forum is PHPBB2 and the link to it is www.tester.omgforum.net click the link to find the example please.
    avatar
    Guest
    Guest


    Forum portal won't center. Empty Re: Forum portal won't center.

    Post by Guest August 22nd 2015, 6:43 am

    Could you provide the code that you are using to move your forum body?
    avatar
    Kumari
    Forumember


    Female Posts : 63
    Reputation : 1
    Language : English
    Location : Australia

    Forum portal won't center. Empty Re: Forum portal won't center.

    Post by Kumari August 22nd 2015, 7:29 am

    @Leah7

    This is the part of the code that has been messing it around. the container part of the code works perfectly.

    Code:
    #content-container div #left {
    position: fixed;
    top: 20px;
    left: 20px;
    overflow: auto;
    overflow-x: hidden;
    height: 100%;
    }
    .bodylinewidth {
    margin-left: 180px;
    }

    It is a container to hold my widgets on the left side. It is this:
    Code:
    .bodylinewidth {
    margin-left: 180px;
    }
    That I would like to keep, it puts my forum exactly where i would like it; how ever, i'd like my portal page to remain as it is and not be changed by coding.