Center align the table in a single page

Hi,

The link to the page I’d like to change:
http://www.sukeshchande.com/resume/

What I’m trying to achieve:
Currently there are two download forms present (Using the AgileCRM plugin to create these forms). I’ve used a table to align them in the same row (if I remove the table, they appear in a column, i.e. vertically). Currently they look like they’re aligned to the left pf the page. I have changed the “Section Layout” to “Full Width” for this page. What I want is to align these two forms to the center of the page.

Is there a workaround?

Thanks,
Sukesh

Hi Sukesh,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.page-id-133 .entry-content table {
    margin: 0 auto;
}

Best Regards,
Movin

Hi Movin,

Works like a charm! Thanks for you help!

Merry Christmas!
Sukesh

You are most welcome here :slight_smile:

We Wish you a Merry Christmas!!!