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

    Hi,

    On the homepage, I have a a few sections with columns. I’d like this entire section to be centered. Can you tell me how to fix this?

    #793004

    Hey nicolechanphoto,

    Do you want them just centered or full width?
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .home div .av_two_third {
      width: 100%;
    }
    .home div .av_one_third {
      width: 47%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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