Hello,
Always the last social icon divider is missing when using Enfold in RTL.
Could you drop a quick CSS solution for me please?
Image:
http://prntscr.com/h1ba5d
Hey mikicherniak,
Thanks for the screenshot. Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
no! It’s still missing on all machines I check from!
Credentials –
Hi mikicherniak,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.rtl .av-logo-container .social_bookmarks li {
border-right: solid 1px #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
That really did the trick there!
What would be the one for the same exact problem in the bottom of posts?
like it is here:
http://prntscr.com/h6tnzx
Hi mikicherniak,
Can you give me a link to the page, cannot find it?
Best regards,
Victoria
Hi mikicherniak,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.rtl .av-share-box ul li:first-child {
border-left-style: solid;
border-left-width: 1px;
border-color: #e1e1e1;
}
If you need further assistance please let us know.
Best regards,
Victoria