Add to cart button is not aligned in the center

  • Posts: 17
  • Thank you received: 0
7 years 6 months ago #280939

-- url of the page with the problem -- : www.staging6.2-sleep.be/index.php/catego.../category/89-textiel
-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.1
-- PHP version -- : 7.0.24
-- Browser(s) name and version -- : Chrome 61.0.3163.100

Hi,

In the image in attachment you can see that the 'Choose options' button ("Kies opties") is aligned in the center of the pane but the 'Add to cart' button ("Toevoegen") is not. How can I fix this?

Attachments:

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
7 years 6 months ago #280968

Hello,

You can add some css command to your front end css file, see here how to proceed.
More precisely, you must find the html container class that have your element, in order to target it, this kind of code can give you what you required :

.specific_page_class .html_container_class .html_class {
    margin: 20%;
}

Note : The page class aim is to keep your css command only efficient on the required page.
Hope this will help you.

Regards

Last edit: 7 years 6 months ago by Philip.
The following user(s) said Thank You: nrgiser

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

Time to create page: 0.065 seconds
Powered by Kunena Forum