-
Author
-
October 11, 2016 at 18:21 #139091kjcarleoParticipant
Hello, is it possible to make the search bar rectangular with no curved corners and a little bit shorter (padding inside the search box)? I am trying to keep everything squared on the site.
See attached for example.
Kevin
Attachments:
You must be logged in to view attached files.October 11, 2016 at 20:09 #139146RaduModeratorProvide page url where i can see that
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2016 at 20:29 #139163kjcarleoParticipantSure you can see it here: http://c4f.a19.mwp.accessdomain.com/gallery/
October 12, 2016 at 02:03 #139186RaduModeratorUse this CSS, it’s applied only to that page if you want to have that style site-wide remove .page-id-8803 from the CSS
COPY CODE.page-id-8803 .kleo-search-form #searchform .input-lg { border-radius: 0; } .page-id-8803 .kleo-search-form { max-width: 500px; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 02:16 #139191kjcarleoParticipantOK great that worked for the squaring, but can I change the height of the search box (looks like significant padding within the box).
October 12, 2016 at 18:29 #139299RaduModeratorCOPY CODE.kleo-search-form #searchform .input-lg { border-radius: 0; margin: 0 !important; height: 45px !important; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2016 at 21:10 #139334kjcarleoParticipantOk I can see the difference in height, but is it possible to keep the search icon centered when changing the height? At 45px, it becomes uncentered vertically…
Kevin
October 13, 2016 at 18:05 #139452RaduModeratorUse this instead
COPY CODE.kleo-search-form #searchform .input-lg { border-radius: 0; margin: 0 !important; height: 45px !important; } .kleo-search-form #searchform .input-group-btn { top:10px !important;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2016 at 18:48 #139478RaduModeratorYou’re welcome
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 24, 2016 at 02:53 #140794kjcarleoParticipantHey is it possible to center the progress indicator (spinning circle)? See attachment.
October 24, 2016 at 18:48 #140955RaduModeratorattachment missing
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 25, 2016 at 08:16 #141099kjcarleoParticipantHere it is
Attachments:
You must be logged in to view attached files.October 26, 2016 at 16:30 #141428RaduModeratorUse this css
COPY CODE.kleo-search-form .kleo-ajax-search-loading { margin: 0 auto; left: 200px !important; top: 15px; }
Replace 200px with your desired value
Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2016 at 19:13 #141493kjcarleoParticipantWhat happens if I revome the following code:
left: 200px !important;
I only need it centered vertically
October 26, 2016 at 19:15 #141496kjcarleoParticipantDisregard, I removed it and it went far right which is good. Thanks. Resolved.
October 26, 2016 at 19:44 #141503RaduModeratorNo problem
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.