Tagged: , ,

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

    I’ve been using Enfold theme for the last 2 years for my customers and i and i’m very surprised with how helpful the support forums have been but for the first time in these 2 years i haven’t been able to find a solution from the forums for a small problem i’m having.
    My site link is in private content. I am using 6 colored boxes for special heading and above i have put an image of a push pin and i would like to know if there is a css code that allows me to move the image at the start of the box (top right corner). I know they are two different elements but i would like for it to look like 1 box with a push pin on the top right corner.
    Any help would be appreciated.

    #1132584

    Hey nickthe,
    Thanks for the link and explanation, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .container_wrap .avia-builder-el-first {
        margin-top: -80px !important; 
        margin-right: -80px !important; 
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1134603

    Hey Mike,
    Firstly id like to thank you for your quick response time. I apologize for the late response. I tried the code but it pushes and stretches the box and the special heading i have underneath overlays with the boxes and leaves from the color section.
    Is there any other solutions?

    #1134747

    Hi,
    Thanks for the feedback, so if the special heading underneath didn’t change the solution would be good? Please remove the css so we can try again.

    Best regards,
    Mike

    #1141741

    Hi,
    I worked how to fix it by editing custom class in particular images and the above code works.

    #custoumclass {
    margin-top: -80px !important;
    margin-right: -80px !important;
    }
    Thanks. You can close this ticket.

    #1142092

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need To Change Image Position’ is closed to new replies.