Results 1 to 2 of 2

Thread: Ul List text out of line only on ios

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Ul List text out of line only on ios

    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.

    Click image for larger version. 

Name:	OUL.jpg 
Views:	124 
Size:	33.2 KB 
ID:	5824
    Last edited by theremotedr; 02-18-2016 at 06:48 PM.

  2. #2
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Making the 2 padding figures the same sorted this out.
    Original seetings were 40/15 but now both 15/15

    Code:
    .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;

Similar Threads

  1. Replies: 2
    Last Post: 02-11-2011, 08:22 PM
  2. Resolved list text indent, second line
    By sp3125532 in forum CSS
    Replies: 4
    Last Post: 05-20-2009, 03:01 AM
  3. DDTabs Inline List Line Break
    By ecp5 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-26-2008, 07:02 PM
  4. Replies: 3
    Last Post: 05-12-2007, 02:38 AM
  5. line up text in list/menu (drop down menu)
    By no1uknow in forum HTML
    Replies: 1
    Last Post: 01-13-2006, 11:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •