-
AuthorPosts
-
September 13, 2015 at 3:29 pm #502326
Hello, how do I let the still image and the text block to move up or down?
MODEL SCREEN
http://www.screencast.com/t/mV7aBe6X4GSeptember 13, 2015 at 3:51 pm #502337Hey 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,
ElliottSeptember 14, 2015 at 2:44 pm #502762Hello, 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?
September 14, 2015 at 2:48 pm #502764Hi!
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,
YigitSeptember 14, 2015 at 2:54 pm #502773Thank you. It worked.
Tell me how to ward off the scroll text. The text was pasted into the scroll.
September 14, 2015 at 2:56 pm #502776Hi!
Not sure if i understood you clearly. Can you please elaborate?
You would not like to add scroll to your text?Cheers!
YigitSeptember 14, 2015 at 3:33 pm #502818The 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/bhVDlZSeSeptember 14, 2015 at 3:38 pm #502824Hi!
Please add following code to Quick CSS as well and adjust as needed
.page-id-12 .avia-builder-el-4 { padding-right: 50px; }Regards,
YigitSeptember 14, 2015 at 3:40 pm #502830Perfect!!!!
How do I find the page id of a page?
September 14, 2015 at 3:43 pm #502839Hey!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitSeptember 14, 2015 at 3:55 pm #502860Thanks!
-
AuthorPosts
- The topic ‘TEXT BLOCK MOVE AND IMAGE FIXED’ is closed to new replies.
