Hey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your partner/logo element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .avia-smallarrow-slider.my-custom-class {
margin-top: -30px;
}
Best regards,
Yigit
Hi yigit. thanks for the code. but i want to bring the text here down: https://imgur.com/a/0Dberd7
it is a text element not the logo element slider. can you please re-check..
Hi,
Have you tried the code? It should do the same – https://i.imgur.com/5tIlioV.png
Please add custom CSS class to Text Block element and change the code to following one
.avia_textblock.my-custom-class {
margin-bottom: -30px;
}
Best regards,
Yigit