Добрый день подскажите как отрегулировать цену после переезда на другой хостинг все сьехало. Как цену передвинуть чтоб отображалась справа напротив грамм.
		
		
	
	
		 
	
Сам код как я понял вот
	
	
	
		
				
			Сам код как я понял вот
		Код:
	
	.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    margin-left: 30px;
}
.popup_city {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .popup_city__over {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .popup_city__content {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 22px 10px 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .popup_city__name {
    color: #000;
    margin-bottom: 15px; }
  .popup_city__city {
    background-color: #fe4e24;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin: 0 10px;
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    cursor: pointer; }
    .popup_city__city:hover, .popup_city__city:active {
      color: #fff; }
.mpc-wc-category__wrap .mpc-category__thumbnail{
background-size: contain !important;
}
 
 
		 
 
		