vc tab + block 14 background small problem

Posted in: Newsmag
Post count: 14

little problem if block 14 inside visual composer tab

block 14 background default is gray (http://postimg.org/image/t8bi41eub/ i change to red for easy to see)

left: block 14 background is covered
rigth: block 14 background which not fit to the right

other block with

sorry my english 🙂

Post count: 6600

Hi,

That padding to the top was added to the block when used with tabs as the tabs title are to close to the top of block and don’t look well so you would have to not use background for that block as the 14 block it dose not have an background this is a special case in which the padding is need to add some space between the tabs and block. You could also use css and set padding to 0 and add margin which will not show the background anymore: http://screencast.com/t/LKIS0DnJT1

.wpb_tabs .wpb_tab .td_block_14 {
padding-top: 0px !important;
margin-top: 20px;
}

Thanks

Post count: 14

Hi Lucian,

Thanks for your help : )

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