In Responsive Theme v6.3.1, a padding of 8px is added in the theme.json file in the following way :
"styles": {
"spacing": {
"padding": {
"top": "8px",
"right": "8px",
"bottom": "8px",
"left": "8px"
}
}
}
This was meant for the Gutenberg page and post editor. Although it also tries to apply the style to the body, but the body gets a padding of 0px given using a higher specificity using the below style (which is there since <v6.3.1) :
@charset "UTF-8";.site-description,.site-title,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}
In your case, it seems like the 1st styling which should have been overriden by the 2nd styling – still gets a preference. Have you added any custom styles or modified the theme CSS by any chance ?
Regarding the Woocommerce margin issue, we tried replicating the issue on our end, but did not observe any margin getting reduced.
We would suggest you to kindly raise a ticket through our support forum and share us your site URL so that we can have greater clarity regarding your query. Please use this link to raise your ticket : https://cyberchimps.com/open-a-ticket/
-
This reply was modified 5 months, 2 weeks ago by
arghadeep23.
-
This reply was modified 5 months, 2 weeks ago by
arghadeep23.