how can i change the position of text. i want to move it up.
Hi wiwaldi79!
Thank you for using Enfold.
The problem is that the background is not vertically aligned. Please modify the color section, remove the background image then we’ll re-create it using css. Add a custom id attribute in the Section ID field called “section-bubble” for example. Add this in the Quick CSS field:
#section-bubble {
background-color: gray !important;
position: relative;
}
#section-bubble:before {
content: '';
position: absolute;
bottom: -20px;
left: 10%;
display: block;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid gray;
}
Cheers!
Ismael
Thank you ismael, i will try this. but then i do not have this little arrow or?? http://i.imgur.com/oKNidHj.jpg
How can i get exactlly this look (with arrow).
Hey!
Replied you here – https://kriesi.at/support/topic/text-up/#post-502627
Please do not create duplicated topics.
Best regards,
Yigit