Is it possible to better center pulse icons on the forum? Now want to stand that so float.
I want to be about the same height as in prosilver (and flexible)
Forum icons - Prosilver Dark Edition
Re: Forum icons
Hi,
The positioning is set in dark.css
Find:
Below, Find:
Adjust the 
The positioning is set in dark.css
Find:
Code: Select all
/* ------- Forum & Topic Icons (Pulsing) ------- */
Code: Select all
.forums .row-item:before
top
position 
-
- Former Team Member
- Posts: 4809
- Joined: Wed Nov 04, 2009 11:16 pm
- Location: Way up in the sky close to the stars
- Name: Christian
Re: Forum icons
This does move the icon down, but then it is not automatically in the middle. The traditional forum icons are always in the middle regardless of the size of the forum description. I've been working on this all day now but I can't get it to work.
-
- Registered User
- Posts: 737
- Joined: Tue Mar 22, 2011 9:53 pm
Re: Forum icons
You can experiment with fluid values, such as:
Code: Select all
top: calc(50% - 16px);
-
- Former Team Member
- Posts: 4809
- Joined: Wed Nov 04, 2009 11:16 pm
- Location: Way up in the sky close to the stars
- Name: Christian
Re: Forum icons
PlanetStyles.net wrote:You can experiment with fluid values, such as:Code: Select all
top: calc(50% - 16px);
Thank you! Looks much better. Maybe an idea to make this standard in the next version?
-
- Registered User
- Posts: 737
- Joined: Tue Mar 22, 2011 9:53 pm
Re: Forum icons
Good idea 

-
- Former Team Member
- Posts: 4809
- Joined: Wed Nov 04, 2009 11:16 pm
- Location: Way up in the sky close to the stars
- Name: Christian