text box frame

Posted in: Newsmag
Post count: 6

Hi, i was trying to add a frame into the two boxes under “Quote di partecipazione”, but the result is that the right frame overlap the left one:
http://5.196.224.66/?p=1393
Had i make a mistake or there is a bug?
Thanks
Alberto

Post count: 7909

Hi,

Unfortunately you will have some issues like this if you use Visual Composer plugin also on post pages. The VC is specifically designed for pages so we don’t recommend to be on posts.
Please try this custom css for that issue in Theme Panel > Custom Css: http://screencast.com/t/PtnDguFW

.td-post-template-4 .td-ss-main-content .td-post-content .vc_custom_1428052578119 {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.td-post-template-4 .td-ss-main-content .td-post-content .vc_custom_1428052702131 {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

Thanks!

Post count: 6

Hi, thanks for the answer; but now the boxes are one above the other, not side by side as they must be

Alberto

Post count: 7909

Hi,

You can try to add an extra class to the text block that you use – http://screencast.com/t/vZEWzzHA36 and use custom css to float right:

.yourclass {
float: right;
}

Off course try this without the css provided before. Like I said Visual Composer is used for pages on our theme and you can encounter some issues.

Thanks!

Post count: 6

Hi, it doesn’t work (the box stay under, just the text inside is a little bit on the right) but thanks anyway, i will try the way to avoid visual composer into articles
Alberto

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.