Lines between column and rows

Posted in: Newsmag
Post count: 8

Hello there,

I would like to get rid of the lines between the column and rows on the following page: https://www.ile-maurice.club/hotels-3-etoiles-ile-maurice/

I have created this page and segmented the rows into 3 column thanks to WP Baker but would like to get rid of them as they are not aligned, messy, content not centered etc. Can you please help me out.

Kind and warm regards

Post count: 35449

Hi,

In order to remove the column and row borders you can use this custom css -> http://prntscr.com/ph9et9
.td-pb-row [class*=td-pb-span] {
border-left: 0;
border-right: 0;
}
.vc_btn3-container.vc_btn3-inline {
padding-left: 16px;
}
.td-pb-border-top {
border-top: none;
}
.td-pb-row .wpb_column:before ,
.td-pb-row .td-pb-span4:nth-of-type(3):after,
.td-pb-row .td-pb-span4:nth-last-of-type(3):after,
.td-pb-row .wpb_column:before {
background-color: transparent;
}

The code need to be set in Theme panel> Custom code> Custom css, also make sure that you clear all cache after you set the code.

Thank you!

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