Jump to content

User agent issue


Recommended Posts

Hi everybody

 

for sure I did some mistake changin my PS theme and now the "user agent" writes my stylesheet.

You can see my site www. biousaegetta .it in the footer you can see the list of links without styles.

 

Someone can help me about this issue

 

Thanks

Link to comment
Share on other sites

tommygc,

 

Try to insert the following into your css

#footer .block_various_links {

list-style: none outside none;

}

#footer .block_various_links li a {

text-decoration: none;

}

#footer .block_various_links li {

border-left: 1px solid #888888;

display: inline;

padding: 0 2px 0 4px;

}

#footer .block_various_links li.first_item {

border: medium none;

padding-left: 0;

}

.informations_block_left .block_content {

padding-top: 3px;

}

 

Kindly,

BelVG Team

[email protected]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...