-
custom text blocksViewing 11 posts - 1 through 11 (of 11 total)
-
April 10, 2018 at 10:10 am #11914
Need to add a dotted boarder around, padding and background color to a column that contain a text and image.
April 11, 2018 at 12:59 pm #11923Hello Mano,
Sorry again for the late reply.
You can add this to your selector#redbox{ overflow:hidden;/*this*/ }
Let me know if this is what you wanted.
ThanksApril 11, 2018 at 3:23 pm #11930This reply has been marked as private.April 11, 2018 at 5:11 pm #11931Yes, Ive manage to do it, but padding is not working properly, when I added the padding all around the block get pushed from the left and the image on the right goes outside the block (and hide some parts)
April 11, 2018 at 6:36 pm #11940Well I added this CSS in your custom CSS
@media(min-width: 768px) { #redbox { margin-left: -30px; margin-right: -30px; } }
Now you can increase the image block size again to 3 in the page builder, it won’t go outside the column.
April 11, 2018 at 6:47 pm #11942Perfect, Thanks Mohamed, appreciate your effort.
April 11, 2018 at 8:28 pm #11944You are welcome 🙂
-
Viewing 11 posts - 1 through 11 (of 11 total)
The topic ‘custom text blocks’ is closed to new replies.