Hey all! I'm using a pre-made site layout from fallensamurai but I'd like to change the text size from the drop down menu's for "explore", "interact", etc. However, I do not quite know where that would be located in the coding itself. I would also like anything that floats on the pages I visit to appear in the top left. That way I won't miss anything. Thanks in advance for any help!
Oh! Thanks a bunch! I'll check that out right now.
As far as I can tell FallenSamurai's customcss codes already have a bit of code for the floating items so you might want to remove that if you add a different one. Just so you know the new one will work.
I added the floating item code from the thread that you mentioned and it seems to work. I also added a border to it and changed the position on the page. As for the layout that I'm using having one of its own, it doesn't. I didn't even know that Fireside would have floating items until one popped up. It wasn't in the top left, however, so that's why I wanted the code. It makes catching those little buggers so much easier! =)
Fixing the floating items in the corner of the page really does help catch them. That's why the codes for it are so popular. ;)
As far as the font-size goes did you mean the text of the dropdowns (news, games, explore etc.) or the words of the menu itself (explore, interact)? The first should be easy to change, the second not so much.
I would like the link names to be bigger. I'm using a TV monitor for my new tower and it not being an actual computer monitor makes the text on pages harder to read.
I'm using fallensamurai's SPACE layout if that helps. Thanks so much for the help, btw!
That does help a lot. I was looking at their customizable layouts.
Try this:
ul#menu-ul li.menu-btn ul li { font-size:14px !important; }
You may have to fiddle with the number to get the size you want.
That did the trick. Thanks! It's a lot easier to read now. I had another question, however. With that floating item code I want it to move more toward the middle of the header instead of where it currently goes. It doesn't seem to want to move anymore though. I have it at 300px for the LEFT option but it won't go past that. Unless I didn't even notice which is entirely possible. lol.
EDIT: Nevermind. I got it to work. I changed the value to 500 and it moved.