Jump to content

[SOLVED]Social block twitter picture


Recommended Posts

not only twitter icon, but also facebook icon appears wrong.

 

it's because youv'e got padding:0px; in:

#lofadvafooterfooter ul.lof-items li {
padding: 0px;
}

how to change? 

in my opinion it will be much better to create new styles, mainly because if you change padding here - you will change also all other <li> objects in footer. It mean that then your footer will looks weirdy. So, basically you have to add two styles:

#lofadvafooterfooter ul.lof-items li.twitter, #lofadvafooterfooter ul.lof-items li.facebook {
padding:6px 0px;
} 

the same as in other your thread, add this code somewhere in your global.css file

Link to comment
Share on other sites

×
×
  • Create New...