javascript - getting trouble with CSS in twitter widget using wordpress -


i have http://4gwirelessforum.intemind.biz/ used there plugin twitter widget showing @ right side name of linkedin profile have manage profile image know how set jst need give width of 285px; on cant understand put saying online url static.licdn.com css. how can there possibility change it.

an reply highly appreciated.

thanks in advance

first, don't need change image size whole container's size containing widget part.

go in style.css or plugin's css(if know) , add css of line in end :

.li-profile-container { width:302px !important; } 

before 350px have used !important don't know css location keep in mind, work around m not sure site's other css have current solution test won't affect other css(i think won't).


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -