Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #531617

    I want some content to be in a 3/4 column but I want that column to be centered on the site. Is that possible?

    #531655

    How? What your are looking for is 1/8, 6/8 and 1/8. I suggest you to use 1/5, 3/5, 1/5 Would be easier or ask a developer for help. Kind regards.

    #531974

    Hey!

    Thank you for using Enfold.


    @ginnywills
    : Place the column inside a color section. Edit the section then add an id in the Section ID field. Use “custom-section” for example. Add this in the Quick CSS field to center align the column:

    #custom-section .flex_column.av_three_fourth {
        margin: 0 auto;
        clear: none;
        float: none;
    }


    @tobego
    : Thanks for helping! :)

    Cheers!
    Ismael

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