Help Center

Powered by Minitek FAQ Book
Loading...

Three weird problems with Responsive Grid

JA
Jan AttarPosted 11 months ago
Minitek Wall Pro - Professional Subscription

1) Why is the module title reduced. I want the same size on all module headers regardless of which module I use.
How can I correct this problem?

2) Why is the body text replaced with a lighter version with a smaller font size? I want the same weight and size for all body texts.
How can I correct this?

3) When choosing the minimal template with no frame or background, the text should be moved a bit to the left to line up with the image above. Why doesn't it do that?
How can I correct this?

SEE ATTACHED PICTURE!

 

Loading...
0
#3614

1 answer

M
MinitekPosted 11 months agoModerator

Hi there,

1. The module does not intefere in any way with the module title. If there is a reduced module title, this is probably caused by something else.

2. You can change the font size and weight to your preferred one with the following css:

.rga .inner-mix {
  font-size: 15px !important;
}
.mix-introtext {
  font-weight: 400 !important;
}

3. You can remove the text padding with the following css:

.rga .inner-mix {
  padding-left: 0 !important;
  padding-right: 0 !important;
}