infernus
Forum Replies Created
-
Hey! Thank you for the plugin, my friend! Fevr Theme seems odd to these type of plugins, a lot of things messed up. Your plugin was the only one that worked fine with this theme, pretty good coded. I had to play a litle with the float and display until make .qib-container go to the left, it was always in to the right. Finally I understood that about the cart page, I was kind of confuse, now I get it.
Thank you for the reply!
Here is what I did and works just in case:
.woocommerce .product-add-to-cart-container .add-to-cart-inner {
margin-top: 0px;
float: inherit;
margin-bottom: 0px;
margin-right: 0px;
}.woocommerce div.product form.cart .qib-container .quantity input.qty, .woocommerce table.cart td.product-quantity .qib-container .quantity input.qty, .woocommerce li.product .qib-container .quantity input.qty {
line-height: 1.2;
margin: 0;
padding: 0;
box-sizing: border-box;
height: 35px;
width: 45px;
min-height: initial;
min-width: initial;
box-shadow: none;
font-size: 22px;
border-style: solid;
border-width: 0px;
border-radius: 2px;
}.woocommerce div.product form.cart .qib-button, .woocommerce table.cart td.product-quantity .qib-button, .woocommerce li.product .qib-button {
line-height: 1.5;
margin: 0;
padding: 0;
box-sizing: border-box;
height: 35px;
width: 35px;
vertical-align: top;
font-size: 20px;
letter-spacing: 0;
border-style: solid;
border-width: 1px;
border-color: #272727;
transition: none;
border-radius: 5px;
color: #fff;
background: #444444;
}.qib-container {
display: inherit;
float: left;
}Google Search Console has verified my Domain.
htaccess edited:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</IfModule>
# END WordPress