By Guillaume Prado on Thursday, 25 August 2022
Posted in StackIdeas Toolbar
Likes 0
Views 301
Votes 0
Hello,

I use the Stackideas toolbar module on all my pages on a Yootheme template. When I click on the search field, the search field does not expand and I can't find the parameter to correct to change the appearance.

Thanks again,

Guillaume
Hey there,

This is due to you placed the Stackideas Toolbar module in a position that is a narrow container.

You can add the following custom CSS into your current template's custom CSS and see how it goes:

body div[uk-header] .mod-si-toolbar {
width: 1100px;
}


Do clear all of your caches before you see the changes.
·
Thursday, 25 August 2022 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
It's perfect !

Thanks again,

Best regards,

Guillaume
·
Thursday, 25 August 2022 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 25 August 2022 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post