Tagged: , ,

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

    Hi!

    What I want is to modify the space between the elements from a page. I attach 2 pics in this post showing exactly what I am asking for:

    Is possible to go from this (currently webpage): http://oi57.tinypic.com/2ir5dzl.jpg

    to this: http://oi57.tinypic.com/1zt211.jpg

    What should I modify?

    #403933

    Anyone?

    #404180

    ??

    #404605

    Hey!

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

    .content {
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .avia-slideshow {
    margin: 5px 0;
    }
    .avia-content-slider {
    margin: 5px 0;
    }
    .avia-fullwidth-portfolio .sort_width_container {
    padding: 5px 10px;
    }

    Best regards,
    Yigit

    #404847

    Thank you very much Yigit, but there is a little problem now, in the footer appears tose lines of css style: http://oi59.tinypic.com/10427ar.jpg

    How could I modify the space os the separator lines? This code would it be ok?

    .avia-content-separator {
    margin: 5px 0;
    }
    #405120

    Hey!

    It seems like you have added custom CSS code to Google Analytics field instead of Quick CSS field. Quick CSS field is inside Enfold theme options > General Styling. Please move custom CSS code out of Google Analytics field.

    Cheers!
    Yigit

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