Forum portal won't center.
Page 1 of 1
Forum portal won't center.
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.
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.
Re: Forum portal won't center.
Could you provide the code that you are using to move your forum body?
Guest- Guest
Re: Forum portal won't center.
@Leah7
This is the part of the code that has been messing it around. the container part of the code works perfectly.
It is a container to hold my widgets on the left side. It is this:
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;
}
Similar topics
» Forum wont display?
» Forum wont load
» Forum wont be delete
» like button wont appear on my forum
» forum rank image wont save
» Forum wont load
» Forum wont be delete
» like button wont appear on my forum
» forum rank image wont save
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum