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

big triangle separator not 100% width

Home / Forums / Ascend Theme / big triangle separator not 100% width

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
May 2, 2017 at 4:58 am

Hi,

After the latest update my big triangle separator stopped stretching to fullwidth, see for example http://www.lacnatvorbawebstranok.com on a wider screen (1600px or more).

The culprit is:

.kt_sep_panel {
margin-right: -69.7031px !important;
}

not sure why it is applied?

Tried to fix it with

.inner-sep-content-wrap {width: 100%;}
.kt_sep_panel {
margin-right: 100px !important;
}

but of course there are two !important clauses, so your one takes precendence.

thanks,
Lukas

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