- Posts: 72
- Thank you received: 2
align price and cart button right
- thomas.boepple
-
Topic Author
- Offline
Less
More
14 years 2 weeks ago #64636
by thomas.boepple
align price and cart button right was created by thomas.boepple
I would like to edit the 'show_default' file in a way that the price and the cart button are at the very right side, i.e. align right.
I would like to do this so the photo does not overlap when I have a landscape one.
The page in question is www.juzodesign.com/index.php/hikashop-me...-wrap-vest-skirt-set
Could you please guide me to the section I have to edit?
Thanks in advance,
Thomas
I would like to do this so the photo does not overlap when I have a landscape one.
The page in question is www.juzodesign.com/index.php/hikashop-me...-wrap-vest-skirt-set
Could you please guide me to the section I have to edit?
Thanks in advance,
Thomas
Please Log in or Create an account to join the conversation.
- thomas.boepple
-
Topic Author
- Offline
Less
More
- Posts: 72
- Thank you received: 2
14 years 2 weeks ago #64639
by thomas.boepple
Replied by thomas.boepple on topic Re: align price and cart button right
I just uploaded the 3rd photo to above URL.
It looks like the contents gets displayed in 2 columns.
I would like the thumbnails all across - underneath the full size picture and then price and add button to the right - or even at the bottom of the page if that is easier.
Now how to do this I am at a loss.
Can you help me on this one, Nicolas?
Kind regards,
Thomas
It looks like the contents gets displayed in 2 columns.
I would like the thumbnails all across - underneath the full size picture and then price and add button to the right - or even at the bottom of the page if that is easier.
Now how to do this I am at a loss.
Can you help me on this one, Nicolas?
Kind regards,
Thomas
Please Log in or Create an account to join the conversation.
- thomas.boepple
-
Topic Author
- Offline
Less
More
- Posts: 72
- Thank you received: 2
14 years 2 weeks ago #64642
by thomas.boepple
Replied by thomas.boepple on topic Re: align price and cart button right
Managed to move cart button and price to bottom - but how do I span the thumbnails full width?
Thanks
Thanks
Please Log in or Create an account to join the conversation.
14 years 2 weeks ago #64762
by nicolas
Replied by nicolas on topic Re: align price and cart button right
You can do that with CSS:
.hikashop_product_left_part {
text-align: center;
float: none !important;
width: 100% !important;
}
You can add that CSS in the front end CSS file of HikaShop via the Display tab of the configuration.
.hikashop_product_left_part {
text-align: center;
float: none !important;
width: 100% !important;
}
You can add that CSS in the front end CSS file of HikaShop via the Display tab of the configuration.
Please Log in or Create an account to join the conversation.
Time to create page: 0.201 seconds