Slideshow Header - Question | JoomShaper

Slideshow Header

John Juhl

John Juhl

SP Page Builder 3 years ago

Hi guys, I've got two websites - and I use a Hero slideshow But the headers in the slideshow behaves differently on the two sites.

On the one site the header is absolutely normal - on the other site, the header has no spaces between the words and is all placed on one line, pls see below:

Site 1: "Here is my header"

Site 2: "Hereismyheader"

(I've json copied the page from one site to the other and made no changes)

Something must be different in the two site settings (same Joomla version, same PageBuilder verson)- but what?

J-)

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #13493

Hello ScandiProof, John Juhl

There might be any CSS in your site 2 which creates this mess. Please check it for the second site.

Best regards

0
John Juhl
John Juhl
Accepted Answer
3 years ago #13534

Thanks for your response Ofi,

Could it lie inside this piece of code:

sp-header .row{

flex-wrap: initial;

}

sp-top-bar .row{

flex-wrap: initial;

} @media screen and (-webkit-min-device-pixel-ratio:0) { .container-inner .row { flex-wrap: initial; } }

/ Portrait and Landscape / @media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) { .sppb-addon-accordion.hideipad {display: none !important; vissibility: hidden;} }

kr, John.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #13970

You need to find the CSS code that is overlapping the default code. Then change it via custom CSS or in the CSS file.

0