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

    Hi,

    At the top of my site, is there a way to extend the green box all the way to the left while keeping the text in the same place?

    Also, is there a way to make the image of a Sophia R overlap her biography and also make her biography box overlap the green above?

    Thank you!

    #1353694

    Hey jaimemerz,

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

    .home #av_section_1 .container {
        max-width: 100%;
        padding: 0;
    }

    Please add classes to the elements which you want to overlap, then let us know when you are done.

    Best regards,
    Rikard

    #1353828

    Thank you!

    I added classes and I am trying to overlap CSS class “color-section-1” over top of “top-section”.

    #1353859

    Hi,

    Thank you for the update.

    You can use this css code to pull the color-section-1 upwards and over the top-section.

    #top .color-section-1 {
        margin-top: -50px;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

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