tommygc Posted March 12, 2012 Share Posted March 12, 2012 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 More sharing options...
Irina BelVG Posted March 12, 2012 Share Posted March 12, 2012 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 More sharing options...
Irina BelVG Posted March 12, 2012 Share Posted March 12, 2012 tommygc, Here is also a solution. Insert into your global.css #block_various_links_footer { list-style: none outside none; } #block_various_links_footer li { float: left; margin-right: 10px; } Link to comment Share on other sites More sharing options...
tommygc Posted March 12, 2012 Author Share Posted March 12, 2012 Hi Irina thank you, this works good to me. You know why that happens to my website, I did not change the code of global.css. Roses for you to Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now