hello,
on my blog page on the english side the images are sticking to the side. on the arabic side its fine. what can i do?
Hi Jihad!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html[lang="en-us"] .sidebar_left .content {
margin-right: 0;
}
Regards,
Yigit
that worked perfectly. thanks.