Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #401811

    Hi,

    Can you take a look at my page and help me close the gap between the button and the call us now image.

    Thanks

    • This topic was modified 9 years, 9 months ago by robertscott.
    #401984

    Anyone help with this?

    #402361

    Hi!

    Edit the image shortcode and set it to align left in the options and it will display next to the button.

    Cheers!
    Elliott

    #402377

    Hi Thanks for that but it is aligned left and still a large gap.

    #402587

    Button is aligned right in a one half element and the other call us now image is aligned left in a one half element. But there is still a large gap. I need to close the space and make the central to the text above. This is the final thing I need to launch this site.

    • This reply was modified 9 years, 9 months ago by robertscott.
    #402777

    I can pay someone if need be.

    #402784

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-1579 #av_section_2 .avia-builder-el-9 {
    margin-left: 0;
    }

    Cheers!
    Yigit

    #402796

    Hi Yigit,

    Thanks for that.

    I’ll be adding this same section to all inner pages so would i need to add the coe above for every page id?

    Or is there a global code I can add ?

    Thanks

    #402801

    Hi!

    Please remove the code i posted and edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then use following code

     #your-custom-id .avia-builder-el-last {
    margin-left: 0;
    }

    Cheers!
    Yigit

    #402822

    Thanks yigit worked great although its not centred properly?

    It should be centred under “Click the button below or give us a call” but is slightly off.

    Is there any way to centre the content and also close the space between “Click the button below or give us a call” and the button etc

    Thanks

    #402842

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    #contact-section .first {
    width: 45%;
    }

    Regards,
    Yigit

    #403036

    Hi Yigit,

    I have used the following code to close the gap between the button and the text above:

    <style type = “text/css”>
    #av_section_3 .flex_column {
    margin-top: 0;
    }
    </style>

    Which part of this code do i change to increase the gap slightly. Its now too close. I tried changing 0 to 20 but nothing happened.

    #403037
    This reply has been marked as private.
    #403379

    Hi!

    Please try it as following

    #av_section_3 .flex_column {
    margin-top: 20px;
    }

    Regards,
    Yigit

    #403418

    Hi Yigit,

    That isn’t working. Do I add that code inside a code bloc in the page or to the quick css in general styling?

    Thanks

    #403420

    Hi!

    Would you like to adjust the gap between “Call us now” and “Get in touch”? If so, please use this code

    #contact-section .avia-builder-el-last {
    margin-left: 10px;
    }

    Regards,
    Yigit

    #403424

    No Between the text: “Click The Button Below or Call Us” and the button etc below.

    I tried addign the code to the general styling but I think it should be added to a code block

    #403426

    Hey!

    Ok, now clear. In that case, please use following code

    #contact-section .av_textblock_section {
    margin-bottom: 20px;
    }

    Cheers!
    Yigit

    #403430

    Ok so i add that to the code block in the page or to the quick css in general styling?

    #403432

    Hi!

    To Quick CSS. If you would like to apply the change only on the page you posted, please use it as following

    .page-id-1575 #contact-section .av_textblock_section {
    margin-bottom: 20px;
    }

    Best regards,
    Yigit

    #403451

    Ok i added the following to quick css:

    #contact-section .av_textblock_section {
    margin-bottom: 60px;
    }

    Nothing happened. I tried the same code in code block on the page editor and it worked.

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘close padding gap between 2 one half elements.’ is closed to new replies.