Home › Forums › WoodMart support forum › searchbar smaller
searchbar smaller
- This topic has 10 replies, 2 voices, and was last updated 2 years, 7 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 13, 2022 at 9:28 am #375479
lucky7sevenParticipantHi,
How can i make the searchbar smaller on the header? It takes now the column of the piece of the header.
May 13, 2022 at 1:34 pm #375578
Aizaz Imtiaz AwanKeymasterHello,
There are two ways:
1. Try to add an empty space element on both sides.
2. Or try changing rows flex layouts, here you will find the instruction: https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/
Best Regards
May 13, 2022 at 2:56 pm #375610
lucky7sevenParticipantNo, both points you give don’t work. When I make the browser smaller (responsive) I see the logo move to the right instead of having to stay centered and that is because of the SPACE I added next to the search bar.
Is there no other option I have attached my login details.
May 13, 2022 at 3:55 pm #375664
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-search-form[class*="wd-header-search-form"] input[type='text'] { min-width: 240px; }
You can change the width as you need.
Best Regards
- This reply was modified 2 years, 7 months ago by Aizaz Imtiaz Awan.
May 13, 2022 at 4:27 pm #375683
lucky7sevenParticipantI can’t change the width, it doesn’t change if I change the ..px. And the logo is now next to the search bar even though they are both in a separate column. And when i put a SPACE in again have the issue that the logo no longer is centered when responsive.
- This reply was modified 2 years, 7 months ago by lucky7seven.
May 14, 2022 at 10:09 am #375846
Aizaz Imtiaz AwanKeymasterHello,
The flex column will determine the width of the column by detecting the elements in it. If you don’t want to use flex columns then you can add empty space.
The last thing is adding width manually for the search bar using the CSS i provided.
.wd-search-form[class*=”wd-header-search-form”] input[type=’text’] {
min-width: 220px;
}And it is not the standard way of checking the Responsiveness by simply changing the browser size. Please try using some online tool like Responsinator to check the Responsiveness.
Best Regards
May 14, 2022 at 5:15 pm #375936
lucky7sevenParticipantI haven’t changed anything I now suddenly see that my LOGO is no longer visible in the header?
May 16, 2022 at 9:16 am #376075
Aizaz Imtiaz AwanKeymasterHello,
I have visited your website.
It seems that file_get_contents function for URLs is disabled on your server.
You need to contact your provider and ask to enable this option.Best Regards
May 16, 2022 at 2:14 pm #376165
lucky7sevenParticipantWhy is it so complicated to get the logo in the middle. I have asked my provider and for that I have to take a VPS SERVER for something small. Is there no other option?
May 16, 2022 at 2:28 pm #376176
lucky7sevenParticipantWhy is it so complicated to get the logo in the middle. I have asked my provider and for that I have to take a VPS SERVER for something small. Is there no other option?
I have put your logo (woodmart) back and that works.
Can you please make sure that the search bar is a bit smaller, I’ll arrange the rest with the logo myself
May 16, 2022 at 4:06 pm #376232
Aizaz Imtiaz AwanKeymasterHello,
You are using a logo in SVG format that’s why you need to enable the option. You can try using png format instead.
I have reduced the width of the search bar on your website. Please clear cache and check back.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register