Hello good morning, there is a lateral line in the header and in the footer of the mobile version that I cannot remove, can you help me?


Hello,
That is the padding set to have a nice design on smaller device, if you want you can change this padding using some custom css -> http://prntscr.com/p9opei
.tdc-row {
padding-left: 8px;
padding-right: 8px;
}
The above custom css need to be set in Theme Panel>Mobile Theme> Custom code> Css
Also, if you want, you can change the number set for px.
Thank you!
Hello, I already added the code where I indicated, however, it does not eliminate the white vertical line on the left side that is in the head and the footer of the mobile version.

-
This reply was modified 6 years by
Jorge Guevara.
Hi, thanks for the reply, this is what I did.
Insert the code as directed. Save the changes.

Clear the cache through the super cache add-on and also the browser.




But the line still appears on the mobile device




I appreciate your help
Hello,
From what I can see in your screenshot, the margin is good -> http://prntscr.com/pam77g also, I checked with my mobile and for me is good too -> http://prntscr.com/pam8u5
I think that your mobile is an iphone, and mine is an android, maybe that is way I do not see this problem.
Thank you for your understanding!