Flipbox Pro Positioning Title At The Bottom Edge Of The Box - Question | JoomShaper

Flipbox Pro Positioning Title At The Bottom Edge Of The Box

U

Ursula Wörgötter-Wagner

SP Page Builder 3 days ago

Hello, How can I position the title at the bottom of the box in Flipbox Pro from sp pagebuilder - current version? Furthermore, the background of the title should be one color and extend across the entire width. The background of the title should be approx. 50px high. The page is currently only local. Thank you

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 days ago #218610

Hi Ursula,

until you are on localhost our support is limited (Support Policy rules).

Maybe at least:

  1. Make a screenshot, add arrows etc. then share link to that image.
  2. Export that page with those addons, zip it, and share link to file.

If you have 2nd working website, use it as host for files 1 and 2.

0
U
Ursula Wörgötter-Wagner
Accepted Answer
3 days ago #218620

Thanks for your reply. I have now put the page online at http://www.gfx-design.at/cms. I formatted the green bar with the title using the following code: .sppb-flipbox-front-title { background-color: #3fa535; height: 50px; margin-top: 230px; padding-top: 7px; } Entered in page css - pagebuilder. However, I want the green bar to span the entire width.

0
U
Ursula Wörgötter-Wagner
Accepted Answer
2 days ago #218729

Thanks for your help. I've now managed to do it with this CSS instruction.

.sppb-flipbox-front-title {
  background-color: #3fa535;
margin-left: -50px;
  margin-right: -50px;
  margin-top: 230px;
  height: 50px;
  padding-top: 7px;

}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #218739

with negative margin you have to be carreful on Mobile view (!)

0
U
Ursula Wörgötter-Wagner
Accepted Answer
2 days ago #218740

Thanks for the information. I checked it on various mobile devices—it works. What do you think would be a better solution?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 days ago #218752

If works by now, its' OK. we can back to the topic after you will migrate site to hosting from localhost.

0