Hi Cyclops,
I'm a newbie here. I just want to solicit advice on how to align the search box and Cart to the customized Logo. The site is https://produktoantiqueno.shop
Hi roger you would need to add something like this to the bottom of your stylesheet.css file
Might need tweaking to suit your needs
Code: Select all
/* search and cart adjustments */
@media (min-width: 768px) {
#search {
margin-top: 30px;
}
#cart > .btn {
margin-top: 30px;
}
}
@media (min-width: 992px) {
#search {
margin-top: 50px;
}
#cart > .btn {
margin-top: 50px;
}
}
@media (min-width: 1200px) {
#search {
margin-top: 60px;
}
#cart > .btn {
margin-top: 60px;
}
}
Might need tweaking to suit your needs
Who is online
Users browsing this forum: No registered users and 2 guests