Heading - Full Page Width - Question | JoomShaper

Heading - Full Page Width

G

gmmillard

SP Page Builder 1 year ago

How do I get a heading to go full page width?

I need a partly transparent white background for the Heading Container to go Full Width of the page, then the Heading text to start at about 25% page width.

Can't work out how to do it.

v4.0.7 Helix Ultimate 2.x Joomla 4.2.7

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103938

Hi

Thanks for contacting us. Use this custom CSS

div#column-wrap-id-1494834765768{
    padding: 20px;
    background-color: #091d1c;
    opacity: 0.5;
}
#sppb-addon-1494846467168 .sppb-addon-header .sppb-addon-title{
   position:relative;
    top:30px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
G
gmmillard
Accepted Answer
1 year ago #103797
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #103754

Hi

Thanks for contacting us, Could you please give me your site URL and also screenshot of your issue?

-Regards.

0