Forum
Welcome, Guest
Please Login to access forum.
Re:List-Style-Problem (1 viewing) 
Go to bottom
TOPIC: Re:List-Style-Problem
#5191
John Dagelmore
Admin
Posts: 3722
User Online Now
Re:List-Style-Problem Karma: 79  
Hi there,

i haven't your website links so i can't check HTML and CSS styles, however try to override styles correclty because probably you have some styles somewhere setting dotted lists.

Use the !important directive to be sure to override styles, and try with:


  • background:none;

  • margin-left:0;

  • margin-right:0;



Also check the file root/templates/responsivizer/css/main.css it must contain the following stylesheet:

ul {
list-style: none;
}

Cheers,
John
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    thread link
List-Style-Problem
Jhonson
    thread link
thread linkthread link Re:List-Style-Problem
John Dagelmore
Go to top