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

    Greetings!

    I’d like to center align a custom widget area: it’s not the default sidebar, I have it set-up in the advanced layout editor as a media element. How do I center align the widgets in this area? Currently they are align-left.

    Here is the page showing this: http://raw-soul.com/journal/

    Also, when I open a blog post, all elements are align-center except for the comment form below the post.
    How do I center-align this?

    Here is a page showing this: http://raw-soul.com/learning-to-live-with-a-broken-heart/

    Thank you!

    #804275

    Hey Danielle,
    1) Try this code in the General Styling > Quick CSS field:

    .avia-builder-widget-area {text-align: center !important;}

    2) Try this code in the General Styling > Quick CSS field:

    .comment_container {text-align: center !important; }

    Best regards,
    Mike

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