test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kpanchoo Friend
    #154485

    Right now JA Retweet & JA Facebook share appears on two separate horizontal lines,

    http://www.mixandmash.tv/web/index.php/culture-days

    how do i make them appear on the same horizontal line?

    I think it would it be better if these plugins where combined into one and made into a module

    thanks,
    K

    Sherlock Friend
    #356225

    <em>@kpanchoo 194827 wrote:</em><blockquote>Right now JA Retweet & JA Facebook share appears on two separate horizontal lines,

    http://www.mixandmash.tv/web/index.php/culture-days

    how do i make them appear on the same horizontal line?

    I think it would it be better if these plugins where combined into one and made into a module

    thanks,
    K</blockquote>

    Dear kpanchoo,

    Youc an go to the plugins/content/plg_jaretweet/assets/css/style.css file,Look for the css
    div.ja-retweet-horizontal-home,div.ja-retweet-horizontal
    {
    margin:10px 0px;
    }
    Change it to
    div.ja-retweet-horizontal-home,div.ja-retweet-horizontal
    {
    margin:10px 0px;
    float:left;
    }

    I hope this make sense !

    aman204 Friend
    #356231

    Add this at end of template.css file::

    div.ja-retweet-horizontal,div.ja-facebookshare-button_count{float:left;}
    .article-content{clear:both;}

    kpanchoo Friend
    #356264

    <blockquote>Dear kpanchoo,

    Youc an go to the plugins/content/plg_jaretweet/assets/css/style.css file,Look for the css
    HTML Code:

    div.ja-retweet-horizontal-home,div.ja-retweet-horizontal
    {
    margin:10px 0px;
    }

    Change it to
    HTML Code:

    div.ja-retweet-horizontal-home,div.ja-retweet-horizontal
    {
    margin:10px 0px;
    float:left;
    }

    I hope this make sense ! </blockquote>
    .. that worked..

    seems that you cant use vi to edit the css files on the server.. strange!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  kpanchoo 14 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum