inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 19, 2013 10:22:59 GMT -8
exdat.freeforums.net/thread/6/doing-bbcode-images?scrollTo=157&page=1See how the action bar is for some reason moving to the right? I have looked and looked but can't figure out why. When it's at the top, it is normal and fine. As soon as you scroll, it moves right Does it on the thread list too.
Also, how would I go about doing the following? Make the signature go all the way along like that in posts. Make the border for the "head" go all the way to the right and left (same for the signature). Make the mini profile touch the top + bottom/signature Edit: I noticed that I have a border on my Action Bar set to e6e6e6, yet it has no border at the bottom, which makes the vertical inner borders (that separate each column) look weird. How to fix? action_bar_background: #f1eff0 scroll; action_bar_border: 1px solid #e6e6e6; action_bar_border_radius: @empty;
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Apr 19, 2013 15:43:00 GMT -8
Hi Stinky666, I took a look around for a bit and couldn't find anything immediately obvious that would affect that. I'll tag Brian as he's pretty good at finding these gremlins, in case someone else doesn't find the issue for you before then
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 19, 2013 15:44:31 GMT -8
Hi Stinky666, I took a look around for a bit and couldn't find anything immediately obvious that would affect that. I'll tag Brian as he's pretty good at finding these gremlins, in case someone else doesn't find the issue for you before then Thanks. I couldn't find anything either and I haven't moved anything on it to do with numbers. All i have changed for it are colours. Stuff just loves hates me haha
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 20, 2013 23:16:39 GMT -8
Just gonna bump this up, because I am sure there are possibly other people that may be able to help pawl or RedBassett for example Edit: Just to say, turning the action bar to the same as my inner border's colour is a no. Reason being my images are not transparent PNG, so they have a f1eff0 background, and it's very noticeable. Unfortunately.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 21, 2013 10:00:11 GMT -8
This applies the margin to the pagination bar as well, which is fine up until it goes in to scrolling mode, which changes it to fixed positioning and sets it to the exact visible width it's utilizing on your forum. Since it's no longer a part of the body, that margin is now applied to its own width and positioning, which moves it relative to its new fixed position.
For the second one, you just need to add a new row with a cell that has a colspan of 2 towards the end. In the default layout template, this is after the last </tr> right before the {/foreach} loop closes.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 21, 2013 18:13:38 GMT -8
This applies the margin to the pagination bar as well, which is fine up until it goes in to scrolling mode, which changes it to fixed positioning and sets it to the exact visible width it's utilizing on your forum. Since it's no longer a part of the body, that margin is now applied to its own width and positioning, which moves it relative to its new fixed position. For the second one, you just need to add a new row with a cell that has a colspan of 2 towards the end. In the default layout template, this is after the last </tr> right before the {/foreach} loop closes. Is there any way to "fix" this and make it not move right? At the second first.. I actually didn't need that sorted since when I made that request for help, it was the defautl layout. Since then I changed it to be the same layout as on my other theme I put up for download.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 22, 2013 12:32:47 GMT -8
Use padding on the parent element instead of adding a margin to every div inside the container.
|
|