Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • luxos Friend
    #195001

    Hi

    We want to remove padding in iPad Which is 40px for left and right. Please have a look to the screen
    http://prntscr.com/2u6hsw
    Can you help to remove this its causing big issues in our other customised components.

    Looking forward prompt reply.

    Regards

    Nazario A Friend
    #523727

    @luxos,

    Please try to create a new file called: “custom.css” in /templates/ja_argo/css/ path, then add this rule:

    @media(min-width: 768px) and (max-width: 1024px) {
    .t3-content{
    margin-left: 5px;
    }
    .span12{
    width: 766px;
    }
    }

    You can change value in red as you wish.

    If it does not help, you can PM me the URL your site. Remember to set ‘Development Mode’ and ‘Optimize CSS’ to OFF (in the template manager) so that I can check and help you out.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Nazario A 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum