Thesis Theme Help

jh0ny90

Regular Member
Joined
Sep 21, 2009
Messages
236
Reaction score
40
I know many of you know the thesis theme for wordpress and also many of you know how to edit it. I need you help can some1 please tell me how to get the left side widget like this website http://www.copyblogger.com/ with the little feed and twitter icon that looks like floating. I already tryed searching it on google but no luck. Thanks in advance
 
I believe this has something to do with Photoshop editing.

You will not be able to do so just by placing a widget.
 
Any ideas so I can start it
Posted via Mobile Device
 
Theyre just using negative margins, here's their css code for the rss:

li.widget_rss span {
left:-16px;
position:absolute;
top:-10px;
}

The negative 16px pulls it away to the left, If it was 0 then it would be flush on the inside.

Hope this helps.
 
how can i get it to work. do i have to use the code on thesis custom styling?
 
how can i get it to work. do i have to use the code on thesis custom styling?

you need to find the css for the element you are trying to edit and then add a negative margin, that is assuming its on the left side.
 
Back
Top