
adonlinepromo(@adonlinepromo)
10 Posts
Customers
Quote from adonlinepromo on May 11, 2020, 16:05
I would like to make the search in horizontal layout.
I would like to make the search in horizontal layout.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 12, 2020, 10:44
Hello
Try to add CSS:
.mdf_shortcode_container .mdf_input_container {
display: inline-block;
width: 33%;
}
.mdf_shortcode_container .mdf_input_container_taxonomies {
display: inline-block;
width: 33%;
}
Hello
Try to add CSS:
.mdf_shortcode_container .mdf_input_container {
display: inline-block;
width: 33%;
}
.mdf_shortcode_container .mdf_input_container_taxonomies {
display: inline-block;
width: 33%;
}

adonlinepromo(@adonlinepromo)
10 PostsTopic Author
Customers
Quote from adonlinepromo on May 12, 2020, 12:52
Hi,
The CSS code is not work. It is no change.
Hi,
The CSS code is not work. It is no change.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 13, 2020, 10:41
Hello
Ok
.mdf_shortcode_container .mdf_input_container {
display: inline-block;
width: 33% !important;
}
.mdf_shortcode_container .mdf_input_container_taxonomies {
display: inline-block;
width: 33% !important;
}
Result: https://c2n.me/47uiI14.png
Hello
Ok
.mdf_shortcode_container .mdf_input_container {
display: inline-block;
width: 33% !important;
}
.mdf_shortcode_container .mdf_input_container_taxonomies {
display: inline-block;
width: 33% !important;
}
Result: https://c2n.me/47uiI14.png

adonlinepromo(@adonlinepromo)
10 PostsTopic Author
Customers
Quote from adonlinepromo on May 13, 2020, 12:32
Hi,
On the Computer is good, but on mobile phone is look funny. I want the search on mobile phone is vertical.
Hi,
On the Computer is good, but on mobile phone is look funny. I want the search on mobile phone is vertical.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 14, 2020, 10:36
Hello
Add CSS
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container_taxonomies {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container_taxonomies {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_skin_col1_1 select {
width: 91% !important;
}
Hello
Add CSS
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container_taxonomies {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_container .mdf_input_container_taxonomies {
width: 100% !important;
}
body[data-elementor-device-mode="mobile"] .mdf_shortcode_skin_col1_1 select {
width: 91% !important;
}

adonlinepromo(@adonlinepromo)
10 PostsTopic Author
Customers
Quote from adonlinepromo on May 14, 2020, 16:38
Hi
Also the top part is not align (mdf_taxonomy_product_type)
Hi
Also the top part is not align (mdf_taxonomy_product_type)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 15, 2020, 10:42
Hello
Unfortunately, customization of the code is not included in the support.
You can hire a developer to customize CSS.
.mdf_search_form .mdf_input_container_taxonomies{
vertical-align: middle;
}
Hello
Unfortunately, customization of the code is not included in the support.
You can hire a developer to customize CSS.
.mdf_search_form .mdf_input_container_taxonomies{
vertical-align: middle;
}