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

    Dear All,

    I want to remove padding, on iPad landscape. Padding is too much almost 30px left or 30 px right.

    Can you help me where i can change this

    Please see screen: http://prntscr.com/2abxjv

    regards

    Saguaros Moderator
    #515196

    Hi,

    I get your idea but this need heavy customization. It not only requires changes in CSS but also the layout of mainbody block. In CSS, you may need to add something like:

    @media (min-width: 980px) and (max-width: 1199px){
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom
    .container{ width: 100%; }
    }

    then in mainbody block – ‘mainbody.php’ file and change:


    <section class="container t3-mainbody" id="t3-mainbody">
    <div class="row">

    to


    <section class="container t3-mainbody" id="t3-mainbody">
    <div class="row-fluid">

    However, the most complicated thing is that I have no idea of how to apply this change in layout for Ipad Landscape only.

    I recommend you to hire a good developer to get this done for you.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 10 years, 5 months ago.

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