NestFund Template With Coworking Layout Bundle - Question | JoomShaper

NestFund Template With Coworking Layout Bundle

Kay Strathus

Kay Strathus

Template 11 months ago

Dear JoomShaper friends,

is there a way to have the background of the Feature Boxes ALWAYS completely filled with a backgroiund color? Right now, it seems the filling is dependent on the content, i.e. the number of sentences.

Here's my SPPB page: https://monosnap.com/file/d6QhAtCNGcmP4Jl6wAMctrmGZFRBFj

and here is what it look like on pc sccreen (https://monosnap.com/file/3dglj2LIWnDVuAStMBjvjlOIRKk94M) or on Tablet landscape mode (https://monosnap.com/file/Vuq5AsLIaRCQs1l6XEuB8jEUUv2GqF).

For obvious reasons I would like the color to fill the entire background of the feature boxes. Any idea how I can achive that?

Thanks in advance for your support!

Kay

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175933

HI Kay,

It's becuase your blocks don't have identical amount of text. And bg color was set for addons not columns. You can add more senteces to those two blocks.

OR

using Custom CSS you can force height of addons.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175934

As example of (2), please use Custom CSS:

#section-id-1584946489792 .sppb-addon-feature { height: 140px; }

then will OK in all views (D, T, M)

0