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

Padding Issue

Home / Forums / Virtue Theme / Padding Issue

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
July 31, 2018 at 5:25 pm

Hi,

I am having a padding issue. It is present on every page.

Here are all of my Custom CSS entries also. It might be something I have done here.

.footercredits {
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}

.footercredits p {
font-size: 12px;
color: #000;
border: 1px solid #000;
padding: 5px 10px;
display:inline-block;
}

.kad-header-style-three #nav-main ul.sf-menu>li>a {
padding: 0 6px;
}

.contentclass {
padding-bottom: 30px;
padding-top: 15px;
width: 100%;
}

.home [class*=wp-image] {
padding: 0;
width: 100%;
}

div#content {
width: 100%;
}


@media
(min-width: 992px) {
.kad-header-left {
width: 20%;
}

.kad-header-right {
width: 80%;
}

.kad-header-style-three #nav-main ul.sf-menu>li>a {
padding: 0 6px;
}

#pgc-51-0-0 input[type="image"] {
float: none;
margin-right: auto;
margin-left: auto;
display: block;
}

/* center Paypal button */
input.wpedon_paypalbuttonimage {
display: block;
margin: 0 auto;
}

Thanks.

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