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

Media not displaying correctly after pagebuilder update

Home / Forums / Virtue Theme / Media not displaying correctly after pagebuilder update

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 10, 2018 at 7:24 am

Hello,

Could you please help me with this issue?

I updated the theme to the latest version and than updated Pagebuilder from Site Origin to the latest version & noticed that my menu categories on my homepage ( below the revolution slider ) are not stretching the full length of the page like before.

I have the following code that was given to me a long time back; which I’m guessing could be related to the issue :


@media
(max-width: 780px){
#pl-48 .panel-grid .siteorigin-panels-stretch {
margin-bottom: 0 !important;
}


@media
(max-width: 780px){
#pg-48-0 {
margin-top: 1px;
}
}


@media
(max-width: 780px){
#pl-48 .panel-grid .siteorigin-panels-stretch {
margin-bottom: 0 !important;
}
}


@media
(max-width: 992px){
#pl-48 .panel-grid-cell {
width: 50%;
float: left;
}
}


@media
(max-width: 992px){
#pl-48 .panel-grid-cell {
width: 50%;
float: left;
}
}


@media
(max-width: 767px) {
#pg-48-1 .panel-grid-cell {
float: left !important;
width: 50% !important;
}
}


@media
(max-width: 767px){
#pg-48-1.panel-has-style > .panel-row-style {
display: block !important;
}
}

Thanking you in anticipation.
Kind Regards

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