Reply To: Vertical Aligment

#4700
expresspubs
expresspubs
Participant

Hello. The trick did work… Thanks very much! I just modified the CSS code you sent a little bit to achieve that. The first part was not needed. I only needed to reduce the width…

.ajaxsearchpro.asp_main_container {
display: inline-block !important;
width: 67% !important;
margin: 5px !important;
}