• Resolved Tandhruil

    (@tandhruil)


    WordPress version 4.6.1
    PHP version 5.4.45 (32bit)
    Website: https://www.92bulles.fr/
    Theme : Customizr Version : 3.4.23

    I’ve found this code on the Customizr FAQ that changes the Pages padding, but it changes the list of posts size too and that doesn’t work with the left-sidebar

    .article-container {
    position: relative;
    padding: 20px;
    width: 90%;
    padding: 5% 5%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    }

    Could you please help me ?

    • This topic was modified 8 years, 5 months ago by Tandhruil.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tandhruil please try this code i hope it will help

    .container, .span12 {
    width: 100%;
    max-width: 82.81%;
    margin: auto;
    }

    .colophon {
    width: 100%;
    max-width: 81.82%;
    margin: 0 auto;
    }

    Thanks

    Thread Starter Tandhruil

    (@tandhruil)

    It doesn’t work, all the texts are shifted to the left (about 100px)

    Thread Starter Tandhruil

    (@tandhruil)

    After testing here is the code

    .row-fluid {
    position: relative;
    width: 90%;
    padding: 0% 5% 0% 5%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add Padding left & right to the pages and blogs’ is closed to new replies.