Jump to content

Product page, section: additional info, how to make line block full width

Recommended Posts

6 hours ago, nahlah said:

Is there a way to make a line block full width on product pages in the additional info section?

What is the site URL?

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
1 hour ago, nahlah said:

Try with this code.

#page .sqs-block.horizontalrule-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Link to comment
8 hours ago, Web_Solutions said:

Try with this code.

#page .sqs-block.horizontalrule-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

 

it gets close to the edge but not completely 

Link to comment
On 7/15/2024 at 7:01 PM, nahlah said:

it gets close to the edge but not completely 

Try this

#page .sqs-block.horizontalrule-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
body {
    overflow-x: hidden;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.