Problem in RTL footer ! - by AdSh - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler

  • Avatar: AdSh
    AdSh
    Participant
    March 18, 2018 at 23:00

    Hi,

    I have some problems in the RTL footer as follows:
    1. the location of the logo (the blue rectangle in the attachment).
    2. the location of the arrows in the lists (the red rectangles in the attachment).
    3. the location of the copyright.

    The attachment in the link: https://www.dropbox.com/s/b2yizefr2waezhp/1.png?dl=0

    Thanks

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 19, 2018 at 10:08

    Hello,

    Please remove this from custom css:

    .rtl .copyright .footer-sidebar-widget .textwidget img {float: right;}
    .rtl .copyright .footer-sidebar-widget .textwidget p {text-align: left;}

    and add this code:

    .rtl .copyright .a-right {
        text-align:  left !important;
        float: left !important;
    }
    .rtl .copyright .footer-sidebar-widget .textwidget img {
        float: left;
    }
    .rtl .copyright .span6 .footer-sidebar-widget {
        text-align:  right;
    }
    .rtl .footer_menu li:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        color: #6f6f6f;
        position: relative;
        left:  -10px;
    }
    .rtl .footer_menu li:before {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.