Hi,
A question about T4 Page Builder installed with JA Ego template.
Could you tell me where to set top padding for “t4-main-body” element? With this template "t4-main-body" paddings are set to 6.42rem; since it is not possible to set them in the page builder, I thought I could set this in the framework but I can’t see where these settings are encoded.
Is this a specific setting for JA Ego template? because on Blank template the same element has no padding...

Thanks,
Lorenzo

Hi

It's declared in template style:

root/templates/ja_ego/scss/_styles.scss

you can find this declaration:

//
// MAIN BODY
// ------------------------------------
.t4-main-body {
  padding-top: $grid-gutter-width;
  padding-bottom: $grid-gutter-width;

If you're not familiar with SCSS, you can override by CSS in custom.css file of template.

Write a Reply...
You need to Login to view replies.