This topic has 2 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
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
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
You must be logged in to reply to this topic.Log in/Sign up