Home › Forums › ART WordPress Theme › Image and text with colour bar background
- This topic has 7 replies, 2 voices, and was last updated 7 years, 8 months ago by
SeaTheme.
-
AuthorPosts
-
September 26, 2018 at 9:54 pm #16559
Hi
Im trying to make a simple text left and image on the right with a colour background. Very standard thing, but i can’t seem to do it with content builder.
An example would be
https://www.tailorbrands.com
Scroll down and you see image, text and button with colour background.How can we do this?
If it is t in this theme i think it would he good to
Implement.September 27, 2018 at 1:39 am #16560Hi,
There is not the feature in current version.
Please use HTML code(Code mode) into Text block. like: https://drive.google.com/open?id=1AZlBf6huLYUUuxL1db4lsrH7jrQXwwHu<div class="mod-wrap"> <div class="mod-wrap-sub mod-wrap-text"> <h1>Title</h1> <p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> <p><a href="http://unit23studio.com/">Button</a></p> </div> <div class="mod-wrap-sub"><img src="http://***.jpg"></div> </div>If you want the Image/Text algin vertical center, add the CSS(“Appearance > Customize : Additional CSS”):
@media(min-width:1200px) { .mod-wrap .mod-wrap-text { padding-left:75px; padding-right:75px; } } @media(min-width:768px) { .mod-wrap { display: flex; align-items: center; } .mod-wrap-sub { width:50%; } } @media(max-width:767px) { .mod-wrap { padding:20px; } }Regards!
Bwsm – uiueux.com – Twitter – FacebookSeptember 27, 2018 at 12:23 pm #16570Ok thanks.
Just to be clear.
This is what I’m doing
https://drive.google.com/open?id=1HYej17giSsDnZAKDlVQAVOIzzIquBCl4
The theme is great. Actually one of the best I’ve used. It’s just this business section page I’m trying to implement.
Can I used the charged service for you to implement this as an extra feature?
Cheers!
September 28, 2018 at 5:26 am #16577Hi,
Did you mean need our charged service? Off course.
Please list the requiement by mail to uiueux@gmail.com
Thanks!Regards!
September 28, 2018 at 1:14 pm #16578Hi,
Yeh thanks for that.
Is it possible to make it look like that without the custom service
https://drive.google.com/open?id=1HYej17giSsDnZAKDlVQAVOIzzIquBCl4
I added that code, but the text is right to the edge. I want it looking like the example I have made.
Cheers!
September 29, 2018 at 7:15 am #16581Did you try it following https://seatheme.net/forums/topic/image-and-text-with-colour-bar-background/#post-16560 ?
September 29, 2018 at 7:48 am #16582Yep i did..
When i place it the text box i make it full width because i want rhe image all the way to the edge. But then the text is also to the very edge.
Padding doesnt work because it gives padding to thw entire textbox.
Secondly when i try to add my own image, there is some extra text saying ‘ indefined’
October 1, 2018 at 2:51 pm #16591please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.
-
AuthorPosts
- You must be logged in to reply to this topic.
