Cant get Category/product list to horizontal align

  • Posts: 5
  • Thank you received: 0
9 years 6 months ago #233125

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : All browsers
-- Error-message(debug-mod must be tuned on) -- : Non, i cant get the category page nor the product listing page to horizontal align center.

Hi all,

i'm searching for a few weeks now and find it very strage that i am the only person that apperantly is having this problem.

The problem is that i cant get the category or product listings page to horizontal align center.

I managed to fix this for the individual product page but am till having problems with the listings pages

Attachments:

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 6 months ago #233138

Hi,

Please provide a link to the page with the issue so that we can analyze the HTML/CSS there.

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

  • Posts: 5
  • Thank you received: 0
9 years 6 months ago #233219

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 6 months ago #233221

I'm not seeing the same thing on your shop menu.
Here is what I have:
take.ms/hkto3

And if you want to center it, you can add such CSS:
.hikashop_category_column_1, .hikashop_product_column_1 {
margin-left: 2%;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

The following user(s) said Thank You: mtechadmin

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

  • Posts: 5
  • Thank you received: 0
9 years 6 months ago #233964

Thanks!, this works like a charm!

nicolas wrote: I'm not seeing the same thing on your shop menu.
Here is what I have:
take.ms/hkto3

And if you want to center it, you can add such CSS:
.hikashop_category_column_1, .hikashop_product_column_1 {
margin-left: 2%;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 5
  • Thank you received: 0
9 years 5 months ago #238382

I still have the same problem on the product page, can you give me a tip how to fix this?

Attachments:

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

  • Posts: 84328
  • Thank you received: 13718
  • MODERATOR
9 years 5 months ago #238389

Hi,

Well, on the product page, what you see is normal. The image is on the left. The add to cart and price area goes to the right of that by default, and you've added CSS to shift it to below that area, but you didn't add the CSS to change the left area to be 100%.
So you should add such CSS:
.hikashop_product_left_part{ width: 100% !important; }

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

Time to create page: 0.067 seconds
Powered by Kunena Forum