The drop down menus in my vault and wishlist are super SUPER tiny, I can barely make them out. Im not sure if this is something that needs to be fixed OR if its because I put in the custom code to change the font back to the original font. Please let me know :) thank you!
[img align=right]https://i.imgur.com/lCJSVpA.gif[/img]
If it helps, mine are the same size in the vault and outside.
Dexter by ❤
I think Im having a brain fart...Im not quite sure what you mean.
Its like the top navigation bar is fine...My clock hasnt fit in the box for awhile...but I noticed when they changed the font my drop downs (I only go to vault and wishlist) are all like font size 5 literally (not like the huge size you can do in the forums XD)
[img align=right]https://i.imgur.com/lCJSVpA.gif[/img]
The size of the font in the drop downs are not tiny for me.
Dexter by ❤
ok I took off the custom css code to return the font back to the new font change. (meaning what they changed it too a few days ago) and the drop downs fixed themselves. :(
This was the code given by Keith that returned it to the original font:
body, html { font-family: Verdana!important; }
Apparently, unless I copied it wrong or something, which is probable, it made my drop downs tiny. sighs my husband has the same code and his drop down menus are fine -.- I will probably just keep the code off then and make the font size bigger in my browser.
Clock still doesnt fit in box though...LOL XD
[img align=right]https://i.imgur.com/lCJSVpA.gif[/img]
Wish I knew how to help. :( But that is weird about the clock cause mine actually fits xD
Dexter by ❤
LMAO so does my hubbys and friends!!! Probably some weird setting I have no clue I did years ago! shrugs but for now I have it fixedish by using the new font and zooming in or something :P Thank you for trying though :)
[img align=right]https://i.imgur.com/lCJSVpA.gif[/img]
-time {font-size: 12pt; border: 0px}
body, html, .sidebar-event, div#sidebar-inner-dash {font-family: verdana; font-size:12px!important;}
.ui.grid>div, .column {font-family: verdana; font-size:13px!important;}
Maybe you can try this? The first line is to manipulate the clock size (I made it lots bigger, so try what fits for you ^^), the other two are for the site-font... I use this code and my drop-downs are normal. Got the code from another thread, I'd have to look it up...