Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #525757

    Hi, I wanted to know if I can somehow add spacing to the left and right of these icons – http://screencast.com/t/uSEbweOG4m – so they will smaller in size and won’t stretch the fullwidth of the page? I’m using 5 columns inside a color section and if I could add one more column to the left and right it would probably help me get to where I want.

    Also, how can I change the hover effect on the icons so it will simply make them bigger instead of showing the link hover effect?

    Thanks.

    #526657

    Hi, still waiting on this? Can this be done? Can I add using CSS code 7 columns instead of the max number of 5 that I can do with the layout builder?

    #526837

    Hey!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ( if already enabled, please skip this step) and edit your elements to give them a custom CSS class and then add following code to Quick CSS

    .your-custom-class img { padding: 20px; }

    Regards,
    Yigit

    #526920

    I enabled the custom CSS for the ALB elements and gave them the name – tdicon – added the code to the CSS but it doesn’t look like anything changed.

    #526927

    Hi!

    No, code is currently being applied and it is fine. Please adjust the value. 40px might look better.

    Best regards,
    Yigit

    #526968

    Yes, I see what it does now but that is still keeping the icons taking the full width of the page and I want all 5 icons to be centered like you see in this mockup I made – http://screencast.com/t/ggYFoANf – can this be done somehow?

    #526973

    Hey!

    Now i got the changes you would like to make. Please add following code to Quick CSS and adjust max-width as needed

    .home .flex_column_table.av-equal-height-column-flextable {
        max-width: 70%;
        margin: auto;
    }

    Cheers!
    Yigit

    #526981

    Yigit, you are the best :)

    How can I top align the text below the icons so the all the icons will be in the same line – http://screencast.com/t/Hh4iP315W And also how can I remove the underline when I hover over the text and so it will only take effect on this page?

    Thanks.

    #528384
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to add spacing to a specific section on a page’ is closed to new replies.