Home › Forums › Mikmag WordPress theme › Few minor display issues
- This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by Anonymous.
-
AuthorPosts
-
-
at #12749AaronMember
I’m having some minor display issues that I think are easy fixes (hopefully) but I’m not sure how to correct. First one is, how do you adjust the size of the ‘cart’ menu item on the right size. It doesn’t scale with the rest of the menu items.
The second item is that the ‘calculate shipping’ button is going too far to the right. Not sure how to fix that. And the update cart/proceed to checkout buttons are misaligned.
The third item is that if I put the cart in the sidebar, the text for the item is always white no matter what other colors I select. I can’t seem to turn it anything else, like it’s disconnected (though it does highlight the right color correctly).
I attached screenshots to show the issues below. Thanks
http://farm8.staticflickr.com/7430/9813151454_b686cbaa5e_b.jpg
http://farm8.staticflickr.com/7339/9813216713_8054ca7891_b.jpg
-
at #12752AnonymousInactive
Hi Aaron,
Would you mind sharing a link to your website? I think that should help me find what’s going on and if it’s easy to solve.
Kevin
-
at #12756AaronMember
Sure, it’s vrtssystem.com
-
at #12757AaronMember
btw, the website is a work in progress so you’ll notice a lot of things needing work, but those items listed above I couldn’t figure out. Thanks!
-
at #12765AnonymousInactive
Hi Aaron,
I’ve contacted one of our developers for this, to check if there are any quick fixes for this. I’ll get back to you as soon as I know more.
Kevin
-
at #12769AaronMember
Any updates to this? Thanks!
-
at #12782AnonymousInactive
Hi Aaron,
I’m sorry, I haven’t had an update on this yet.
Kevin
-
at #12810AnonymousInactive
Hi Aaron,
I’ve had a chat with our developer about this:
1) The cart menu text size
This is indeed a fixed font that cannot be accessed from our theme options. It will require custom css to change this. For example:
div.theme-woocommerce-cart-dropdown .cart_list li { font-size: 12px; }
theme-woocommerce-cart .cart-contents span.text { font-size: 12px; }
2) Button misalignment
Could you try checking “Enable AJAX add to cart buttons on archives” In your woocommerce settings -> catalog? If this doesn’t solve the issue, do tell us so we can check this for our next update.
3) widget text color
The color for this widget text is being pulled from the menu colors at this moment. This will be something we’ll need to change in a theme update to give you more control.
Kevin
-
at #12814AaronMember
The Enable AJAX option does not change the alignment unfortunately either enabled or disabled.
For #1, would I put this in the style.css? Not real familiar with .css files.
Thanks for getting back to me.
Aaron
-
at #12821AnonymousInactive
Hi Aaron,
I’ll send the fact that the AJAX option didn’t work on to our developers so they can check this for our next theme upate.
putting this in your style.css should indeed do the trick. Now if this turns out not to work, they are being overridden after the style.css and you can add this to style.css instead:
div.theme-woocommerce-cart-dropdown .cart_list li { font-size: 12px !important;}
theme-woocommerce-cart .cart-contents span.text { font-size: 12px !important; }
That should keep it from being overridden.
-
-
AuthorPosts
- You must be logged in to reply to this topic.