OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
[Mobile] Search Button Spacing (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

[Mobile] Search Button Spacing

Wishpacker (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
[Mobile] Search Button Spacing 2 Weeks, 2 Days ago
Karma: 0  
Hello,

I've discovered another small issue I'd like to report. The image shows the Joomla search module in mobile view.



I think the search field should be enlarged so the distance to the button isn't so large.

Happy Easter and best regards,
Michael
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8514
graph
User Offline Click here to see the profile of this user
Re:[Mobile] Search Button Spacing 1 Week, 6 Days ago
Karma: 102  
Hello,

I am sorry, I not see on yours website our template.
If you mean other website.
You need download last our Joomla Blank Template for joomla 6
here take file:
default.css
and replace it on your template
Blease backup old default.css file

Or to end default.css, please add below styles:
Code:

.js-finder-searchform .mod-finder__search{
    gap: unset;
}
.js-finder-searchform .mod-finder__search .awesomplete {
    width: 65%;
}

.js-finder-searchform .mod-finder__search .awesomplete input {
    border-radius: unset;
}

.js-finder-searchform .mod-finder__search button {
    width: 35%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-finder-searchform .mod-finder__search button .icon-search {
    margin-right: 3px;
}

.js-finder-searchform .mod-finder__search button .icon-search::before {
    content: "f002";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}



Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Wishpacker (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Re:[Mobile] Search Button Spacing 1 Week, 3 Days ago
Karma: 0  
I am sorry, I not see on yours website our template.
I'm using your template as a base. I only changed the CSS. But I've already fixed it for myself anyway. Whenever I don't like something, I check if it's the same in the original and let you know.
Logged Logged
Last Edit: 2026/04/10 19:07 By Wishpacker.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8514
graph
User Offline Click here to see the profile of this user
Re:[Mobile] Search Button Spacing 1 Week, 3 Days ago
Karma: 102  
Thank you !
Logged Logged
The administrator has disabled public write access.
Go to top
»