Archived topic
Charge Child Theme Issue
3 replies · Started by Md. Rabius Sani on December 19, 2020
Viewing posts 1–4 of 4
In " Charge Child theme I would like to set it like this: http://prntscr.com/w61mnk
How will I do that? I tried. couldn't found any option :(
Hi there,
the Charge Site uses this CSS in Customizer > Additional CSS to create the reduced Body width and add the extra 'black' background color:
html {
background: #ddd;
}
body {
max-width: 1500px;
margin-left: auto;
margin-right: auto;
}
If you want to change the width of the Content then you go to Customizer > Layout > Container and increase the Width.
yes
Glad to be of help
This archived topic is closed to new replies.