Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #705357

    Hey guys, how do I center this section?
    The settings are at 100%. However, this section #about I only want to be 80% of the browser width, and CENTERED.

    LMK, thanks

    #705664

    Hey Justin,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #top #about {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        float: none;
    }

    Let us know if it works :)

    Best regards,
    Nikko

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