• Resolved gregsh303

    (@gregsh303)


    What CSS code could be added that would have some padding on the Wide template? I really like being able to widen the Twenty Seventeen theme but I’d prefer some left and right pad.

    THanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gregsh303

    (@gregsh303)

    I did edit the site wide CSS file with this:
    .page-template-bt-no-sidebar-wide {
    padding: 25px;
    }

    It gives a bit of pad but the header image is included in the pad. Any way to just include the body and not the header in the pad? Thanks, my CSS is not that great.

    Plugin Author boldthemes

    (@boldthemes)

    Hi,

    Should you want to add padding to the content, than please use the following CSS statements:

    .site-content-contain {
        padding: 25px;
    }

    Let us know should you require any additional assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wide template with pad?’ is closed to new replies.