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

Custom CSS not being applied

Home / Forums / Pinnacle Theme / Custom CSS not being applied

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
December 12, 2018 at 2:08 pm

When I first set up this webpage I had some help from you setting up some CSS formatting for the staff page entries. It appears that CSS is no longer being applied on the Home, The Wives, or Our Team pages. It’s supposed to center the image and text, but the either the image is left aligned or the text below is right aligned. Here’s the CSS initially added to Theme Options > Custom CSS. Thank you.

I Married the War

/* sets staff blocks to 400px height and 366px width */

.grid_item.staff_item {
min-height: 420px;
text-align: center;
background: white;
}

.staff_item {
max-width: 366px;
margin: 0 auto;
}

/* end staff block height */

/* sets staff container background color */

.page-template-template-staff-grid .grid_item.staff_item {
background: #ffffff;
}

/* end container background color */

/* mobile header size */
/* @media (max-width: 992px) {
.titleclass {
background-size: contain !important;
}
}
*/
/* END */

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