Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
by Ange Tuteur Tue 03 Sep 2019, 11:49
» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21
» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28
» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15
» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11
» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24
» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58
» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50
» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22
» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12
» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10
» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51
» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11
» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19
» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34
Recent Tutorials
Top posting users this month
Top Achievers
Who is online?
In total there are 45 users online :: 0 Registered, 0 Hidden and 45 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
[EDGE] Legend description breaks in the Subs
Page 1 of 1 • Share
- GuestGuest
Hey Ange,
I just noticed the descripton in the legend breaks in a funny way in the Sub Forums. Could you please get that fixed?
Thanks again!
Samantha.
I just noticed the descripton in the legend breaks in a funny way in the Sub Forums. Could you please get that fixed?
Thanks again!
Samantha.
Last edited by Samantha NL on Mon 28 Nov 2016, 11:36; edited 1 time in total
Hi,
Go to the stylesheet in your admin panel and paste the following code at the end.
It should fix the text wrapping, but some icons might display out of line a bit.
Go to the stylesheet in your admin panel and paste the following code at the end.
- Code:
#picture_legend.clearfix .pic_legend_icon {
min-width:200px;
width:auto;
white-space:nowrap;
}
It should fix the text wrapping, but some icons might display out of line a bit.
- GuestGuest
Alright. I had to make it 250px to fit because of this:
By the way, each time I try to enter something in CSS it skips a couple of characters at the beginning of the line. The gap is even wider than normal when I paste some lines into it. It's really irritating me.
By the way, each time I try to enter something in CSS it skips a couple of characters at the beginning of the line. The gap is even wider than normal when I paste some lines into it. It's really irritating me.
That's a better solution, whoops.
Oh yeah, I noticed.. it seems to be caused by the code box. There's a little trick you can use to straighten out the code in the CSS though. Just select the code that's out of line, then while it's highlighted hold SHIFT and press TAB. Might have to do it a few times, but It should remove the extra spacing.
Oh yeah, I noticed.. it seems to be caused by the code box. There's a little trick you can use to straighten out the code in the CSS though. Just select the code that's out of line, then while it's highlighted hold SHIFT and press TAB. Might have to do it a few times, but It should remove the extra spacing.
- GuestGuest
Never kwew that one before. Sounds a bit complicated for a copy job.
And what about the 2 extra spaces I get when hitting ENTER?
One last question about the legend icons: how do I get them centered on the page?
And what about the 2 extra spaces I get when hitting ENTER?
One last question about the legend icons: how do I get them centered on the page?
That might be a result of the minified FAE CSS. The only solution I know for that is to unminify the CSS. You can do that with one of two methods :
1. Select all the CSS in your stylesheet, copy it, and paste it into a tool like this one. Once the CSS is unminified, paste it back into your stylesheet and save.
2. Go to Theme Management which is located in your FAE Control Panel. Choose "No" for minify stylesheet and click import. NOTE : Using Theme Management imports a fresh theme, meaning that it'll overwrite your old theme, so make sure to backup your personal CSS !
These two CSS rules should center the icons :
1. Select all the CSS in your stylesheet, copy it, and paste it into a tool like this one. Once the CSS is unminified, paste it back into your stylesheet and save.
2. Go to Theme Management which is located in your FAE Control Panel. Choose "No" for minify stylesheet and click import. NOTE : Using Theme Management imports a fresh theme, meaning that it'll overwrite your old theme, so make sure to backup your personal CSS !
These two CSS rules should center the icons :
- Code:
#picture_legend { text-align:center !important; }
.pic_legend_icon { text-align:left; }
- GuestGuest
Ah I nearly figured it out myself lol. I forgot about the !important. It works like styling a table, right?
About the CSS minifying talk. Thanks for the advice. I'll be bearing that in mind. If it keeps annoying me I'll be switching back. FYI, I'm using NOTEPAD++ nowadays. It's handy for those JS tutorials I'm watching and loads of other stuff
Thanks & SOLVED.
About the CSS minifying talk. Thanks for the advice. I'll be bearing that in mind. If it keeps annoying me I'll be switching back. FYI, I'm using NOTEPAD++ nowadays. It's handy for those JS tutorials I'm watching and loads of other stuff
Thanks & SOLVED.
No problem. lol yeah, the rule for that one is specific so you need to override it with important. It's a quick switch for minifying / unminifying just have to remember to backup your CSS if you're using the control panel to do it. Notepad++ is an excellent choice.
Topic archived
Have a good day.
Topic archived
Have a good day.
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum