Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645976

    Hello,

    I have been trying to reduce the margins on buttons and images on my pages and blog posts.

    Specifically, the buttons on this page #1 (link below).

    And the images on my main blog page #2 (link below).

    And I would like to close up the space above the author area on blog posts as well…same as link #2

    Thank you in advance!!!

    • This topic was modified 8 years, 5 months ago by tonyska.
    #646966

    Hey tonyska,

    Thank you for contacting us.

    To make these changes please enable custom class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    To reduce top margin on the buttons click on it and add class name “custom_margin”

    To add margin to the blog page image click on the image and add custom class name “blog_page_img”

    lastly Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .custom_margin {
      margin: 10px 0!important;
    }
    
    blog_page_img{
    margin-left: 10px!important;
    }
    

    Best regards,
    Vinay

    #648975

    This worked! Thank you!

    #649044

    Hi,

    Glad to this also worked for you!

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Margins on elements and images’ is closed to new replies.