Post by admin.roger » Wed Feb 09, 2022 6:17 am

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

Newbie

Posts

Joined
Mon Feb 07, 2022 5:58 pm

Post by cyclops12 » Sun Feb 13, 2022 11:12 pm

Hi roger you would need to add something like this

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; 
  }
}
to the bottom of your stylesheet.css file

Might need tweaking to suit your needs

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 2 guests