Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Border on Kadence Theme is set to 0 on the block but border is present- How ?

Home / Forums / Kadence Theme / Border on Kadence Theme is set to 0 on the block but border is present- How ?

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
February 18, 2022 at 8:24 am

Hi I think this is a KT Theme element not a block so I’m posting on this forum.

On a site I have an issue where things I would like centred are pushed to the left by a padding on the right which affects all the elements in a block.
I have looked high/low in the hierarchy of blocks and can’t see where the border is set. It is at 40px for some reason. I have found it in Dev Tools though and the culprit CSS is this…

.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_c7872d-e2 > .kt-inside-inner-col {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-right-width: 40px;
border-bottom-width: 0px;
border-left-width: 0px;

My question is, where is that 40px border-right getting set? all my borders in the editor are 0.

  • The forum ‘Kadence Theme’ is closed to new topics and replies.