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.

Footer width

3 posters

Go down

Solved Footer width

Post by shawn.m July 1st 2011, 4:17 pm

Hi please can i have a css code to change the width of my forum its punbb thanks.



now done!


Last edited by shawn.m on July 1st 2011, 6:38 pm; edited 1 time in total
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Solved Re: Footer width

Post by Base July 1st 2011, 4:56 pm

Hi, I have the CSS code I think to change your forum content's width. But the title says that you want to change the footer width. Which one do you want? Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Footer width

Post by shawn.m July 1st 2011, 5:12 pm

the footer please thanks, and could you also help me with my nav links and socail icons as you can see on my forum http://modifiedrides.7forum.info/ thanks.
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Solved Re: Footer width

Post by Base July 1st 2011, 5:29 pm

Please try adding this to your CSS code for the footer:

Code:
#pun-about {
    background-color: #F4F4F4;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    line-height: 150%;
    padding: 0.6em 1em;
    text-align: right;
    width: 916px;
}

If you already have it, please do a search for:

Code:
#pun-about

...and then change the 'width' to 916px. If you have the '#pun-about' but you don't have the 'width' then simply add it in. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Footer width

Post by shawn.m July 1st 2011, 5:31 pm

all done it's perfect thanks alot, Could you help me with a couple of more things please ?
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Solved Re: Footer width

Post by Base July 1st 2011, 5:35 pm

No problem, I am here to help. Very Happy
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Footer width

Post by shawn.m July 1st 2011, 5:39 pm

Thanks Smile could you help me with my nav links and socail icons ? i need all my nav links on the black bar at the top of my page, so i need to move my socail icons more to the right, if you want i can make you an admin to sort it faster ?
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Solved Re: Footer width

Post by Base July 1st 2011, 5:47 pm

Okay, for the navigation links please add this to your CSS:

Code:
#pages-inside ul li {
    display: block;
    float: left;
    margin: 15px 6px 6px;
    padding: 0;
}

...or find:

Code:
#pages-inside ul li

...and then change the 'padding' line to '0'.

For the social icons, please try adding this to your CSS code:

Code:
#top .social img {
    float: right;
    padding-right: 0;
}
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: Footer width

Post by shawn.m July 1st 2011, 5:49 pm

no that doesnt look right :/ i need to move my links more to the left and my icons to the right, and for some reason my page srolls


UPDATE!

i have managed to get all my nav links inline now i just need them more to the left and my icons to the right Smile
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Solved Re: Footer width

Post by Sanket July 1st 2011, 9:42 pm

Since this thread is marked solved, I will lock this thread.
Footer width 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum