[Resolved] Charge Child Theme Issue

Home Forums Support [Resolved] Charge Child Theme Issue

Home Forums Support Charge Child Theme Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1587163
    Md. Rabius Sani

    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 🙁

    #1587174
    David
    Staff
    Customer Support

    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.

    #1587180
    Md. Rabius Sani

    yes

    #1587320
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.