flumbenjamin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowYou are a hero! It worked!
Thank you so much for this unusual request. I am slowly getting the grips
Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowtcol-md-3 tcol-sm-4 tcol-xs-6 tcol-ss-12 kad_product:
BEFORE using filter:
box-sizing: border-box;
color: rgb(68, 68, 68);
display: block;
font-family: ‘Maven Pro’;
font-size: 14px;
font-style: normal;
font-weight: normal;
height: 308px;
left: 0px;
line-height: 20px;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
position: absolute;
top: 0px;
width: 180px;AFTER using filter:
box-sizing: border-box;
color: rgb(68, 68, 68);
display: block;
font-family: ‘Maven Pro’;
font-size: 14px;
font-style: normal;
font-weight: normal;
height: 288px;
line-height: 20px;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
position: relative;
width: 190px;Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowI am checking this on an LG G2 phone. However, Chrome and Mozilla with resolution at 360×640 for example to simulate behaviour do the same thing. So I assume it is not an isolated case.
Thank you for looking into this as I am clueless.
Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowMORE INFO:
> If I identified correctly, this only happens below window width of 550px when product images change from 250x250px->150x150px
> Refreshing the page seems to fix the problem. Not the user experience are looking for though.Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowThank you very much for the css. This has solved all my problems of my desktop version!!!
MOBILE
>horizontal is responsive and working perfectly fine also when using the filter
>vertical is working fine but after I use the filter it is only displaying one product per row with 50% width. I am not sure where it is taking the settings from for this.Any advice would be very much appreciated.
Thank you already for solving the desktop issue! great support!
Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowIt did not include the link in the previous message:
http://babypamperhampers.co.uk/shop/Forum: Themes and Templates
In reply to: [Virtue] WooCommerce archive products per rowSorry for not posting the link earlier.
Desktop + Tablet = 3 columns / 3 products per row
Mobile = 2 columns / 2 products per rowMy remaining problem is that whenever I use the filter the amount of columns changes. Since I am still not an expert in programming I was unable to locate the issue for this.
Thank you
Hi Hannah,
I have tried different devices. It is fine on some but on one of my Android devices I see the following: http://carol-magalhaes.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-09-at-17.45.58.png
I hope this illustrates my question.
Thank you.Hey,
My apologies for not being very clear in my question above.
My problem is that the main navigation bar is being pushed by the logo into the body of the website. I tried your solution – which by the way was a good solution, although the menu button was not sticking to the bottom of the header section/or too tall and sticking out.So sorry…this time it happened to me! This is the website I am working on: http://carol-magalhaes.com/
Thank you! Somehow did not do the job though. Here the site I where I am trying to reduce the padding between the image slider and the body body/hompage content.
Hi Hannah,
I believe you have forgot to add the code 🙂 Thank you!Forum: Themes and Templates
In reply to: [Virtue] Edit topbar font colorThank you so much – it worked!