Re: shop at left side
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper
margin:auto;
}
removing margin will shift the page to the left .
Just removing the margin from all of those will have negative results - both of the side columns would move to the left
You would be better to do:
#navColumnOneWrapper, #navColumnTwoWrapper /*, #mainWrapper*/
margin:auto;
}
removing margin will shift the page to the left .
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.