• Resolved alexcmei

    (@alexcmei)


    Hi, awesome theme, I’m loving it.
    I’m just starting to use the divs sections
    <div class=”section color-white bg-darkmidnightblue”>

    and its working fine, except all the text has no margin from the bounding box.

    how might i adjust that?

    thank you for your awesome work.

Viewing 1 replies (of 1 total)
  • Theme Author Tim Nicholson

    (@timnicholson)

    Thanks for the kind words! What you need to do after each new “section” div is put the content in a container. So it should look like this:

    <div class="section color-white bg-darkmidnightblue">
    <div class="container">
    Your stuff here
    </div>
    </div>

Viewing 1 replies (of 1 total)
  • The topic ‘margin in div section missing’ is closed to new replies.