Metafields - Technical Specifications - Margins

Solved

Metafields - Technical Specifications - Margins

ONYXLights
Excursionist
33 0 8

HI There,

 

Wondering if someone can assist me, I had someone ass the Product Grid tile to our Product Pages, but now the margins are incorrect and it's cutting of text on the right side of our Technical Specifications, is there a way I can reduce the margin of the two columns so the text is visible again?  The person who did it has now gone M.I.A.

 

Here is the link for you to see where, scroll a little down to the Technical Specifications section... https://onyxlights.com.au/collections/driving-lights/products/jb-9

 

Thanks!

Accepted Solution (1)

B2Bridge
Excursionist
311 64 79

This is an accepted solution.

Hi @ONYXLights, you can follow these steps: 

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find theme.css file

Step 3: Paste this code at the bottom of the file

.tech-spec p {
  min-width: auto !important;
  flex: 1;
}

Result:

B2Bridge_0-1739849153452.png

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

View solution in original post

Reply 1 (1)

B2Bridge
Excursionist
311 64 79

This is an accepted solution.

Hi @ONYXLights, you can follow these steps: 

Step 1: Open Online Store -> Themes -> Edit code

Step 2: Find theme.css file

Step 3: Paste this code at the bottom of the file

.tech-spec p {
  min-width: auto !important;
  flex: 1;
}

Result:

B2Bridge_0-1739849153452.png

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.