Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problems with getting the columns aligned in different viewports. › Reply To: Problems with getting the columns aligned in different viewports.
Hi!
Thank you for the details! I tried to log-in to the back-end to check the settings, but the admin login does not seem to work with these details.
I probably don’t need them anyway. For the settings items to center, try using this custom CSS:
div.asp_sb.asp_sb_1.searchsettings form {
justify-content: center;
}
Because the search is in a custom shortcode via the shortcode builder, and I see a 75% ratio, it cannot center itself, as the container is smaller than the rest. Try centering the container itself with this custom CSS:
.asp_shortcodes_container {
justify-content: center;
}
These two custom CSS codes will result in this layout: https://i.imgur.com/Zjj6T3K.png