Hello, how do I let the still image and the text block to move up or down?
MODEL SCREEN
http://www.screencast.com/t/mV7aBe6X4G
Hey mleite1!
You can add a white space / separator element on top or below them and set it’s height to a custom pixel value to create white space between elements.
Best regards,
Elliott
Hello, what I need is that the left the image is fixed and the text moves without the image go along with the text.
It is possible to do?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-12 .avia-builder-el-4 {
height: 400px;
overflow: hidden;
overflow-y: scroll;
}
Regards,
Yigit
Thank you. It worked.
Tell me how to ward off the scroll text. The text was pasted into the scroll.
Hi!
Not sure if i understood you clearly. Can you please elaborate?
You would not like to add scroll to your text?
Cheers!
Yigit
The text was very close scroll (glued). See the link above.
I need to have a text width control to keep from getting near the scroll.
SEE LINK BELOW
http://www.screencast.com/t/bhVDlZSe
Hi!
Please add following code to Quick CSS as well and adjust as needed
.page-id-12 .avia-builder-el-4 { padding-right: 50px; }
Regards,
Yigit
Perfect!!!!
How do I find the page id of a page?
Hey!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit
Thanks!