Simple Portfolio - Text Block - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Simple Portfolio - Text Block

R

Reinhard

Extension 2 years ago

Hi Support-Team,

How to put the text container as wide as the SP Simple Portfolio Item´s image (same positioning layout)? https://i.imgur.com/wzg9Tx4.jpg Please note, I am using custom scc: .sp-simpleportfolio .sp-simpleportfolio-meta {display:none;} Thanks for your support.

Best, Reinhard

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #105034

Hi Reinhard,

Simple CSS should help:

.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: none;}

Yes, I already used on your site.

0