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

    Hi again!

    I want to place an image on top of the homepage. Below the menu and logo area.
    The padding (or margin) is too much and I can’t get it fixed.
    I’m talking about the “avia-image-container”.
    Have been playing with Firebug to get it right.

    Have given the image an custom CSS class. “meerwaardeaxs”
    Need the following addition in the CSS.

    .meerwaardeaxs .avia-image-container{
    margin-top: -53px;
    margin-bottom: -78px;
    }

    Doesn’t seem to work.

    Can you help me please?

    Thx in advance!

    #404002

    Hi Xander!

    use this code instead:

    body .container_wrap .avia-builder-el-first {
    margin-top: -40px;
    }
    

    Cheers!
    Andy

    #404075

    Hi Andy, thanks!

    But the margin from the bottom is also too much. Only need to add margin-bottom -40px in your custom CSS?

    Thx in advance!

    #404495

    Hey!

    Please add your image inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and then add following code to Quick CSS

    #your-unique-id .content { padding: 10px 0 10px 0; }
    #your-unique-id .container { max-width: 100%; margin: 0; padding: 0; }

    Cheers!
    Yigit

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