gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Sept 26, 2015 1:24:53 GMT -8
Please help me solve a hover problem in one of my themes. When I hover over a thread, the pages line gets smaller and so does the number of the views. I cannot figure out where I need to change these sizes to match. Also, where do I go to change the height of the entry fields boxes, such as where the theme option list is in the profiles? Any help would be greatly appreciated.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Sept 29, 2015 15:49:13 GMT -8
Could you post a guest-friendly link to a page that has the problem? It sounds like it's a simple hover state mismatch fixable in the visual editor, but I wanna get an idea of where to send you to go fix it.
In the meantime, stick this at the bottom of the CSS to increase the height of select boxes:
.edit-user select { height: 30px; }
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Sept 30, 2015 3:25:52 GMT -8
The entry field fix worked perfectly. Thank you! I finally resolved the odd hover sizing problem, so I am good now with that problem, as well.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Sept 30, 2015 4:05:32 GMT -8
That's excellent! On both counts! Very welcome as always
|
|