my customer account page does not look like it should

  • Posts: 30
  • Thank you received: 1
6 years 8 months ago #274274

-- url of the page with the problem -- : www.bembu.at/index.php/en/hika-customersection/user/cpanel
-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.0
-- Browser(s) name and version -- : chrome

as you can see in the attachment, my customer account page does not look as it should!?
this is "out of the box", i did not change anything.
can you help me to fix that?
thanks.

Attachments:

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
6 years 8 months ago #274316

Hi,

Either you're missing the CSS:

div.icon-wrapper div.icon a {
    background-color: #fff !important;
    background-position: -30px;
    display: block;
    float: left;
    height: 97px;
    width: 108px;
    color: #565656;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-property: background-position, -webkit-border-bottom-left-radius, -webkit-box-shadow;
    -moz-transition-property: background-position, -moz-border-radius-bottomleft, -moz-box-shadow;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
}
from the "frontend CSS" of HikaShop.
Or that CSS is overridden by some CSS of your Joomla template.
The main issue I see is that the width of the elements don't all have the same width but that CSS code forces the width to be the same for all the elements.

Last edit: 6 years 8 months ago by nicolas.

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

  • Posts: 30
  • Thank you received: 1
6 years 8 months ago #274317

thanks for your reply.
the css code is in the frontend CSS,
so i will look if i can find the override issue by my template.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum