Log in

View Full Version : Resolved Ul List text out of line only on ios



theremotedr
02-15-2016, 05:35 PM
As per title.
If you go here & then hover over Accessories you will see that the drop down list text is fine.
This is the same for all the drop down lists on the pc http://www.theremotedoctor.co.uk/index.html

Having said that when looking on an ios device its to the right.
Looking at the screen shot below shows this.

5824

theremotedr
02-18-2016, 06:48 PM
Making the 2 padding figures the same sorted this out.
Original seetings were 40/15 but now both 15/15


.srt-menu li a {
background:#66C2F1; /* background header option accessories etc colour before selecting ios */
display:block;
margin:0px 0;
text-align:center;
padding:15px;
text-decoration:none;
border: 2px solid #000000;
}
.srt-menu li li a {
background:#FFFFFF;
padding-left:15px;