Hi there
I’m pretty new to the BB Theme and plugin, and am trying to make the width of the page wider when using the Fixed page width option. Can you advise how best to do this.
Thanks
Hi there
I’m pretty new to the BB Theme and plugin, and am trying to make the width of the page wider when using the Fixed page width option. Can you advise how best to do this.
Thanks
Hi Maureen,
When you say Fixed page width option. Are you referring to Box layout? If so, you can change the width using the CSS snippet below.
@media (min-width: 1200px) {
.fl-page {
width: 1100px;
}
}
I would recommend keeping the difference between the two widths at 100px, but it’s your call.
Thanks,
Danny