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

Would you please check this CSS?

Home / Forums / Pinnacle Theme / Would you please check this CSS?

This topic is: Not Resolved
[Not Resolved]
Posted in: Pinnacle Theme
June 10, 2017 at 11:59 am

Hello, I’m non-tech. The below is CSS that you provided to fix certain issues on my (musingsfromaredhead.com) site.
Is there anything in here that would be causing all of my photos to be small? I used to post them as medium, but now have to post them as large for them to look okay.
And, anything here that would interfere with WordPress’s Gallery/media program? I cannot create carousels or slideshows.

Appreciate your help–am trying to rule out possible causes for these problems.
Thx

.home .flexslider .slides img {
max-height: 325px;
}

[rainmaker_form id=”7835″]

.kad-header-style-basic .kad-primary-nav ul.sf-menu>li.sf-dropdown>a {
padding: 0 20px 0 10px;
}
.kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {
padding: 0 10px 0 10px;
}
.sf-dropdown>a:after {
right: 10px;
}
.kad-header-style-basic .kad-primary-nav ul.sf-menu>li.sf-dropdown>a {
padding: 0 15px 0 10px;
}
.home div#kad-banner-sticky-wrapper {
height: auto !important;
padding-bottom: 10px;
}

@media
(min-width: 992px){
.kad-topbar-right {
width: 70%;
}
.kad-topbar-left {
width: 30%;
}
}
#topbar ul.sf-menu li a:hover {
background:transparent;
}
.kad-header-style-basic #nav-main ul.sf-menu > li > a {
line-height: 32px !important;
}

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