-
AuthorPosts
-
August 31, 2019 at 10:26 pm #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.September 1, 2019 at 12:03 am #1132584Hey 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,
MikeSeptember 5, 2019 at 8:34 pm #1134603Hey 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?September 6, 2019 at 6:48 am #1134747Hi,
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,
MikeSeptember 25, 2019 at 11:04 am #1141741Hi,
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.September 26, 2019 at 3:42 am #1142092Hi,
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 -
AuthorPosts
- The topic ‘Need To Change Image Position’ is closed to new replies.