XHanch Studio Log in | Register | Cart

Forum

Notifications
Clear all

Styling for best layout on "Rezo" theme

2 Posts
2 Users
0 Reactions
3,222 Views
XHanch
(@xhanch-alt)
Posts: 2105
Member Admin
Topic starter
 

To have a best layout of this widget on "Rezo" theme, you may want a layout like this

To do that, simply put this code to "Custom CSS" on the configuration page:

{xmt_id}.xmt .tweet_avatar {
    padding: 3px !important;
    background: #fff !important;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 12px;
    padding-top: 3px;
}

{xmt_id}.xmt .ul li.tweet_list {
    font:inherit;
    text-indent:0;
    background: none;
    display:block;
    white-space: normal;
    word-wrap: break-word;
    color:inherit;
    padding: 6px 0  !important;
}

This solution was originally posted by John Larkin

 
Posted : 13/03/2011 4:13 am
(@oilnwine)
Posts: 6
Active Member
 

I LOVE the way this looks. I tried to change the style for my Scribbled theme, but that didn't work either. 🙁 I'm probably doing something wrong.
TIA
Maddy

 
Posted : 26/06/2011 1:03 am
Share:

× Close Menu