Product header, description + more, no margin and coming off side of screen only on mobile.

Solved

Product header, description + more, no margin and coming off side of screen only on mobile.

Finnyis
Visitor
2 1 0

Hi there, in my product description only on mobile, my margins have completely disappeared and the header, checkout button, description and more are hugging the left-hand side of the screen. This problem is only happening on mobile - everything on desktop is perfectly fine. I've looked everywhere but am unable to find a solution. 

 

Some help would be greatly appreciated!

 

 

IMG_0291.jpg

Accepted Solution (1)

Finnyis
Visitor
2 1 0

This is an accepted solution.

I was able to solve this by pasting this into the product custom ccs. 

{
  padding-right: 15px;
  padding-left: 15px;
}

 

View solution in original post

Reply 1 (1)

Finnyis
Visitor
2 1 0

This is an accepted solution.

I was able to solve this by pasting this into the product custom ccs. 

{
  padding-right: 15px;
  padding-left: 15px;
}