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.

Changing the margin before the forum title starts

Go down

Changing the margin before the forum title starts Empty Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 2:51 pm

I have made some custom icons of 35x35 px and they seem to be a bit too large, however they can't (i don't want) them to be smaller, how do i move my forum titles to the right so the edge of the icon doesn't collide?
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:06 pm

ACP - General - Forum - Image cell's width category/board : 40 or 45 (:
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:11 pm

hmm, i can't seem to find that forum - image cell part, is it the same for phpBB3 as for other types?

nevermind XD i should've clicked configuration before screaming. 45 px did it! thanks man!
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:13 pm

Its inside the "Pages structure" box (:

avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:20 pm

Okay i got the forum titles working, but it's still clipping with the legend(?) (that at the bottom of the page explaining to users what icon means what) can i change the margins for that too?
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:23 pm

Try paste this in your CSS:
ACP - Display - Colors - CSS stylesheet:
Code:
em {margin-left: 5px;}
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:28 pm

it didn't work, i'll post what my current CSS stylesheet is:

Code:
em {margin-left: 5px;}

/* Code block------------------------------------------------*/
dl.codebox {
   padding: 3px;
   background-color: #333333;
   border: 1px solid #FFB400;
   font-size: 1em;
   }
dl.codebox dt {
   text-transform: uppercase;
   border-bottom: 1px solid #2a2a2a;
   margin-bottom: 3px;
   font-size: 0.9em;
   font-weight: bold;
   display: block;
   }
blockquote dl.codebox {
   margin-left: 0;
   }
dl.codebox code {
   overflow: auto;
   display: block;
   height: auto;
   max-height: 180px;
   white-space: normal;
   padding-top: 5px;
   font: 0.9em Courier,Courier New,sans-serif;
   line-height: 1.3em;
   color: #FF8F00;
   margin: 2px 0;
   }

do i need a header like i did for the code block first or something?
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:30 pm

Edit: U mean the forum status legend?

Is yes try this:
Code:
ul#picture_legend li{padding: 4px;}
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:37 pm

i mean that "[>] - New posts [V] - no new posts [X] - Locked" line at the bottom. ([>/v/X] being icons) the new code you posted didn't work either i'm afraid D:
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:41 pm

Code:
ul#picture_legend li,ul{margin: 5px;}
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:43 pm

nope, no success!

oh well, I've found a way to squeeze 5 px width off the icons, i think it should be okay.
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:45 pm

Is could be much easy from templates editing :/ but its phpbb3..

Try the last one too:
Code:
ul#picture_legend,ul#privmsgs-menu{padding:4px 5;text-align:center;margin-left: -3px;}
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:50 pm

i'm sorry to be such a pain in the backside for you XD i already appreciate it alot for trying to help so much, wouldn't have thought of any of those codes on my own Smile

code didn't work, if you're getting tired of it it's no problem really, it's only in the forum home page and categories anyway (the three icons under all of the board) in the forums everything is fine.


Last edited by SuggestFest on November 20th 2010, 3:55 pm; edited 1 time in total
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 3:51 pm

Its ok Very Happy i like to help (:
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 3:58 pm

okay, no sweat then ^^ i edited my post with some information that might help you?
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 4:27 pm

Hehe.. i think its only possible from the templates Very Happy
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 20th 2010, 4:31 pm

okay, well then it's just unavoidable. thanks for the help anyway!
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by Guest November 20th 2010, 4:37 pm

Maybe someone can help you.. i will not lock this (:
avatar
Guest
Guest


Back to top Go down

Changing the margin before the forum title starts Empty Re: Changing the margin before the forum title starts

Post by SuggestFest November 21st 2010, 2:13 pm

Okay, thanks ^^ i'm thrilled with anticipation xD
SuggestFest
SuggestFest
Forumember

Male Posts : 29
Reputation : 0
Language : English, Dutch

http://suggestfest.virtuaboard.com

Back to top Go down

Back to top

- Similar topics

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