Skip to main content

Check out apperance

More
14 years 1 month ago #60015 by JPchennet01
Hi All,

Just two (probably VERY simple) questions - I am almost finished a site and I have a couple of little niggles that I could use some help with:

1, How can you remove the border around each module like the shipping address or billing address? - have looked in the display-views and front end CSS but with little success.
2, My shipping address module is floating to the right (in the check out process). I found this forum post www.hikashop.com/en/forum/2-general-talk...alignment.html#50922
it sounds very similar to my problem but I cant find the code that resolved the issue in my CSS - is there an over ride somewhere?

Site is beuchatdiving.info/pacificblue/

Would love some fresh eyes to help me over this hump

Thanks JP

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #60037 by Jerome
Replied by Jerome on topic Re: Check out apperance
Hi,

Borders are on the fieldset.
You can use this css rule:
Code:
#hikashop_checkout_login fieldset { border:0px; }

About the addresses, you have to remove the "float" values:
Code:
.hikashop_checkout_address_left_part{float:none;} .hikashop_checkout_address_right_part{float:none;}

Regards,

Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: nicolas, JPchennet01

Please Log in or Create an account to join the conversation.

More
14 years 1 month ago #60149 by JPchennet01
Replied by JPchennet01 on topic Re: Check out apperance
Merci Jerome!

Please Log in or Create an account to join the conversation.

Time to create page: 0.241 seconds
Powered by Kunena Forum