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

mobile styling

Home / Forums / Ascend Theme / mobile styling

This topic is: Not Resolved
[Not Resolved]
Posted in: Ascend Theme
January 24, 2019 at 8:16 am

Hi Team,

I have put some css into the custom css field but the styling seems not to work.

What am i doing wrong? See code below

/*mobile styling*/

@media
only screen and (max-width: 623px) {

.h1class {
font-family: Montserrat;
letter-spacing: 1.3px;
line-height:25px;
font-style: normal;
color: #444444;
font-size: 20px;
}
.btn.lg-kad-btn {
padding: 12px 20px;
font-size: 18px;
width: 120%;
}
.so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
display: none !important;
}
#pg-w5c41b15a82895-0> .panel-row-style {
padding: 50px 50px 20px 20px;
}

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