Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • shafaaq Friend
    #194269

    hi,

    please i need to make the alignment of “footer social” position to the Right as explained in this picture:

    another Problem here: when i use my addTHIS code ; only 2 icons appears and the others are there but hidden !!

    check it:
    ar.shafaaq.com

    thanks for help in advance.


    1. social-footer
    phong nam Friend
    #520775

    @ shafaaq,

    For both aligning right the footer social sections and displaying its social icons concern, please open /templates/ja_magz/css/rtl/template.css file (make sure you back up the file first):

    At line (12853th), replace:

    .footer-social a > span,

    .footer-social .addthis_32x32_style .at15nc.at300bs,

    .footer-social .addthis_32x32_style .at15nc.at15t,

    .footer-social .addthis_32x32_style .at15nc.at15t_twitter,

    .footer-social .addthis_32x32_style .at15nc.at300bs,

    .footer-social .addthis_32x32_style .at15nc.at15t {

    background-image: url("../../images/ico-social.png") !important;

    bakcground-repeat: no-repeat;

    -webkit-border-radius: 1px;

    -moz-border-radius: 1px;

    border-radius: 1px;

    }

    With:

    .footer-social a > span,

    .footer-social .addthis_32x32_style .at15nc.at300bs,

    .footer-social .addthis_32x32_style .at15nc.at15t,

    .footer-social .addthis_32x32_style .at15nc.at15t_twitter,

    .footer-social .addthis_32x32_style .at15nc.at300bs,

    .footer-social .addthis_32x32_style .at15nc.at15t {

    bakcground-repeat: no-repeat;

    -webkit-border-radius: 1px;

    -moz-border-radius: 1px;

    border-radius: 1px;

    }

    .footer-social {
    margin-bottom: 15px;
    float: right;
    }

    You can adjust css rules a little bit until you get perfect result.

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 10 years, 10 months ago.

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