Home › Forums › WoodMart support forum › WP BAKERY PAGE BUILDER › Reply To: WP BAKERY PAGE BUILDER
WebMpt
Explain which options you talking about.
I setting responsive device from custom css, some staff was useful set by WPB or by Theme Setting, this mobile css:
/*Typography*/
p {
font-size: 14px;
}
/*Layout*/
.vc_column_container > .vc_column-inner {
padding-left: 35px;
padding-right: 35px;
}
/*Product*/
.tabs-layout-tabs .woodmart-accordion-title {
display: none !important;
}
.product-tabs-wrapper{
border-top: 0px;
border-bottom: 0px;
}
/*Footer*/
.footer-column {
padding-top: 6%;
padding-bottom: 6%;
padding-left: 35px;
padding-right: 35px;
}
.widget-title {
font-size: 14px;
text-transform: capitalize;
font-weight: 700;
}
.textwidget {
font-size: 14px;
}
.menu {
line-height: 10px;
}
.copyrights-wrapper {
background-color: #f2f2f2;
}
.color-scheme-light, .color-scheme-light a {
color: #706f6f;
}
.color-scheme-light a :hover {
color: #000000;
}