teitbite
Thank you for looking at the problem. I have copied the code below into custom code (code provided by joomlart), and the line ' width:100% seems to sort out the problem. (.com_jabuilder .t3-mainbody {
width: 100%😉
If I remove the line of 100% width in the JA builder pages, then you can see the problem of there being insufficient left and right margins in the JA Builder pages.
Could there be some problem with my image sizes or settings?
Custom code added;
.ja-topbar {
border-bottom: none;
border-top: none;
}
.t3-mainnav {
margin-bottom: 0;
}
.com_jabuilder .t3-mainbody {
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.com_jabuilder .t3-content {
padding: 0;
}