Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #549867

    Hi Team,

    How can i reduce the height of the row as belos?

    http://screencast.com/t/CmxLfSSerEcp

    #550163

    Hey David57!

    Thank you for using Enfold.

    You can adjust the padding of the content container:

    .content {
        padding: 10px 0;
    }

    Did you add a color section in the cart page?

    Best regards,
    Ismael

    #550349

    Hi Ismael,

    Thanks for the reply.
    I tried adding the following inside the code block but no effect.

    <style>
    .content {
    padding: 10px 0;
    }
    </style>

    #551182

    Hey!

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

    .page-id-72 .iconbox {
        margin: 0;
    }

    Best regards,
    Yigit

    #551185

    Hi Yigit,

    i tried but no change.

    #551190

    Hey!

    Please try adding !important rule as following

    .page-id-72 .iconbox {
        margin: 0 !important;
    }

    Regards,
    Yigit

    #551194

    Hi Yigit,

    Same thing as well, no changes.

    #551937

    Hi,

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

    .woocommerce-cart .content {
    padding-bottom:0px !important;
    }

    Thanks,
    Rikard

    #553787

    Hi Rikard,

    Thanks, it works.

    One more question, how can i add a custom arrow pointing to the following?

    #554809

    Hi,

    I’m not sure what you mean by your last post, could you try to explain a bit further please?

    Thanks,
    Rikard

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