• 0

Help with Phpbb (Payed)


Question

Hi im looking for someone to help me implement a wrapper to my forum.

Im more of an artist than coder and am having trouble with some of the css and the templates not aligning etc.

You can see how far Ive got so far here:

http://www.cr8tiv.co.uk/forum

I`d be willing to pay someone about ?20 or so to fix it up.

Basically need it all aligning correctly and centered etc.

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Did a quick google dev tool go at it..
 

* {
/* Reset browsers default margin, padding and font sizes */
margin: auto;
padding: 0;
}

Should center it.  Not sure what .css file it is in.. but the default was set to:

* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
Link to comment
Share on other sites

  • 0

I can do that. It seems like you just want the table for the content centered. If you send me the theme I could do it for you.

Link to comment
Share on other sites

  • 0

Firey that centered things alright :)

Problem I have now is with my forum homes, last posts. Seem to be a bit wonky :/

Mandosis, thanks but seems thats solved it.

Link to comment
Share on other sites

  • 0

Btw if your willing to help still id happily pay you to clean up what`s there already. As I could do with someone maybe cleaning up the css so its all matchin as I have some wild stuff still as my UCP etc. Likewise fix the damn alignment on the forum home last post :(

Link to comment
Share on other sites

  • 0

Yea CSS can be a pain, especially when it comes to different divs in different areas with different properties.  I'll sign up on the forums and see what kind of tweaks are there.

Link to comment
Share on other sites

  • 0

try this for the view issue with last poster:
 

ul.topiclist dt {
display: block;
float: left;
width: 45%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
}
 
instead of

ul.topiclist dt {
display: block;
float: left;
width: 50%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
}
Link to comment
Share on other sites

  • 0

try this for the view issue with last poster:

 

ul.topiclist dt {

display: block;

float: left;

width: 45%;

font-size: 1.1em;

padding-left: 5px;

padding-right: 5px;

}

 

instead of

ul.topiclist dt {

display: block;

float: left;

width: 50%;

font-size: 1.1em;

padding-left: 5px;

padding-right: 5px;

}

Nope made no diff :/

I can pass you the css file or the full style.zip

Sign up on site Firey if you think you can help me out. Like I say im ok with light maintenance and the odd bit of changin hex values, but could use someone with experience to do a full once over and clean up the layout css wise while i do image set and forum setup/permissions

Will even grant you a wee extra or two once site goes live if you do a good job and dont mind the odd job.

Link to comment
Share on other sites

  • 0

Nope made no diff :/

I can pass you the css file or the full style.zip

Sign up on site Firey if you think you can help me out. Like I say im ok with light maintenance and the odd bit of changin hex values, but could use someone with experience to do a full once over and clean up the layout css wise while i do image set and forum setup/permissions

Will even grant you a wee extra or two once site goes live if you do a good job and dont mind the odd job.

 

hmm, strange.  Seems to work fine on my chrome.  I'll sign up, I can take a look for sure.  But yea changing the 50% to 45% should have done it.

Send me the main .css file.

Link to comment
Share on other sites

  • 0

hmm, strange.  Seems to work fine on my chrome.  I'll sign up, I can take a look for sure.  But yea changing the 50% to 45% should have done it.

Send me the main .css file.

Sent you a copy of my style.zip on cr8tiv :) thanks.

Link to comment
Share on other sites

This topic is now closed to further replies.