Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #884874

    Hi, can you change padding in a promo box?

    I want to reduce the padding at the top of the box on this page http://www.cire.org.au/training-education/, need it to be centred same as the bottom.

    cheers Kinnear

    #885026

    Hey uychkinnear,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-5710 #after_submenu .content {
        padding-top: 10px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #1028218

    Hi,
    how do I change the margin of the writing within a promo box without changing the margin of the paragraphs in the website?

    Thanks,
    Marco

    #1028233

    Hey marcoabis81,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1028311

    Hi Jordan,
    link below.

    2018-10-30_2255

    Thanks,
    Marco

    #1028720

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av_promobox p {
        margin: 40px 0 !important;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.