Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #654493

    Hello there!

    I would like to reduce the margin between the 3 columns where Im using 3 images. That way i can have the images bigger.

    thanks a lot for helping me

    Cheers

    mcmoya

    #655671

    Hi mcmoya,

    Sorry for the late reply, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #656634

    Sure!
    thanks

    #656641

    Hi!

    I am getting “Debes iniciar sesión para acceder al área de administración.” on your login page.

    Please add your 1/3 columns inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #custom-cs .av_one_third:nth-child(1) {
        margin-left: 0;
    }
    #custom-cs .av_one_third {
        margin-left: 1%;
        width: 32.6%;
    }

    Best regards,
    Yigit

    #656657

    Hello!
    Please try to enter again.
    I already did what you say but the columns are broken now.
    Please have a look an let me know

    Thanks!

    mcmoya

    #657086

    Hi,

    You forgot to change color section ID in the code i posted to your ID. I adjusted the code a little

    
    #cualidades .av_one_third:nth-child(1) {
        margin-left: 0;
    }
    #cualidades .av_one_third {
        margin-left: 1%;
        width: 32.6%;
        clear: right;
        margin-top: 0;
    }

    Please review your website now

    Best regards,
    Yigit

    #657196

    Now it is perfect! :)

    thanks a lot!

    mcmoya

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Less maring between 3 columns’ is closed to new replies.