Hey tuanphan,
Thank you for that, but Ziggy helped me resolve this. I noticed my Google Tags were implemented correctly which cause these codes not to work at first. Now they worked like a charm.
The correct answers are:
Ziggy
Try this Custom CSS:
// Form tweaks
.form-wrapper .react-form-contents .field-list .field, .form-wrapper .react-form-contents .field-list .fields .field, .form-wrapper .react-form-contents .field-list legend {
text-align: right !important;
}
// Header
.header-menu-nav-wrapper {
display: inline-flex !important;
flex-direction: column-reverse !important;
}