Indiana Sonic
KPCKevin Powell - Community
•Created by Indiana Sonic on 9/22/2023 in #front-end
Search bar Trouble
This is a personal business website that I'm building myself. I'm not sure how I would set the code up in codepen. I'm using the opencart platform to build it and it uses bootstrap.
8 replies
KPCKevin Powell - Community
•Created by Indiana Sonic on 9/22/2023 in #front-end
Search bar Trouble
/* search */
#search {
margin-bottom: 10px;
}
#search .form-control-lg {
height: 40px;
font-size: 12px;
line-height: 20px;
padding: 0 10px;
}
#search .btn-lg {
font-size: 15px;
line-height: 18px;
padding: 0.57rem 35px;
text-shadow: 0 1px 0 #c78d1e;
box-shadow: rgba(42, 255, 0, 0.25);
8 replies