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

    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

    Write a Reply...
    You need to Login to view replies.