Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

CSS issue requires simple fix WordPress

  • SOLVED

Hi Guys

I'm working on this site http://162.144.12.218/~swo/theworkingmanagerdev.com/

You will notice I have some boxes that I have managed to create Performance Portals for example.

I am trying to do the same thing but smaller on an inner page but i'm having trouble with my css

http://162.144.12.218/~swo/theworkingmanagerdev.com/performance/

here's a little video to try and explain.

http://screencast.com/t/3KXaNLjOFn

And a screenshot to point out the img and text positions more clearly

http://screencast.com/t/Joemsls9iu

Can someone point me in the right direction please

thanks
steve

Answers (2)

2013-08-30

zebra webdesigns answers:

#perf-box p{
margin:0px !important;
padding:0px !important;
}
.perf-boxp{
line-height:12px;
text-align:justify;
}


This will do the required modification.


zebra webdesigns comments:

Please find the attached image... I have added the Text-align:justify. you could remove it if you dont need.