I am building a new site using the JA OnePage template. When displaying components I am noticing that some of the component display is cut off either at the top or left and side of the page. How can I add custom padding to the component position?
bbartell Hi Kindly provide the URL of page and screenshot how you want to change the view. I checked your site and it looks fine on all pages.
Regards
http://216.194.165.100/~emspocus/index.php/store
Cut off at the top, if you proceed through the check out process the top and left side is also cut off.
Thanks Brandon
bbartell Hi Add this code in /css/custom.css file in template
.com_j2store .ja-mainbody.bodypage { padding-top: 170px; }
if there is no custom.css file in template css folder, kindly create it and add the code. Regards