Pop-up Window - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Pop-up Window

FM

Fran Mogica

SP Page Builder 2 years ago

Hello,

I have opened three popups in a few tabs.

In the "Colaboradores" tab I have entered the three popup windows but I don't know how I can align them so that they are all three next to each other and at the same distance.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #107577

Done, check now.

I used that

#sppb-tab1-4 > .sppb-addon-wrapper {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #107575

Hola,

Custom CSS is needed. I will set it if you really want.

0
FM
Fran Mogica
Accepted Answer
2 years ago #108783

Thanks a lot!!!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #108786

Glad to hear that it helped, have a nice day.

If you want to use it also for other tabs jus change number "4" to different tab here "X"

#sppb-tab1-X > .sppb-addon-wrapper,
#sppb-tab1-4 > .sppb-addon-wrapper  {....
0