Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mymarketing Friend
    #169953

    Hi,

    I’m customized our site and need to add the Twitter, Facebook and YouTube social bookmark module to the bottom footer of the page where the T3 Framework logo originally was. What module controls these bookmarks and what position should it be placed to replace the T3 Framework logo in the footer?

    Thanks!!

    khoand Friend
    #420990

    Hi,
    You replace this code from /templates/ja_travel/css/template.css

    a.share {
    background-position: left center;
    display: block;
    float: left;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin-right: 5px;
    padding: 0 !important;
    text-decoration: none !important;
    text-indent: -9900em;
    width: 26px;
    }

    with

    a.share {
    background-position: left center;
    display: block;
    float: right;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin-right: 5px;
    padding: 0 !important;
    text-decoration: none !important;
    text-indent: -9900em;
    width: 26px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 1 month ago.

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