Link to home
Start Free TrialLog in
Avatar of ChefMaha
ChefMaha

asked on

how to change the left margin on Arabic wordpress

Hi, I've been having a problem with the left margin on my post (the distance between the end of a post paragraph line and the start of the sidebar). Please view the picture for more info
ScreenShotIllustration.bmp
Avatar of dosth
dosth
Flag of India image

in your CSS (default theme)

.narrowcolumn {
      float: left;
      padding: 0 0 20px 45px;
      margin: 0px 0 0;
      width: 450px;
      }

change this according to your need

this might work

.narrowcolumn {
      float: left;
      padding: 0 0 20px 15px;
      margin: 0px 0 0;
      width: 500px;
      }
Avatar of ChefMaha
ChefMaha

ASKER

nope that didn't work
ASKER CERTIFIED SOLUTION
Avatar of dosth
dosth
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
that didn't work either
i am seeing you changed the #content width to 600px, change that to 500px

here is the screen shot, it seems it affected the page and you need to adjust this width

please find attachment

if you dont see like this try clear your cache

sample.jpg
i'm sorry but how do I clear the cache?
ok I just got it to work!

thanks pal
thanks for the points