- Posts: 30
- Thank you received: 1
my customer account page does not look like it should
- anut_peach
-
Topic Author
- Offline
Less
More
9 years 2 months ago #274274
by anut_peach
my customer account page does not look like it should was created by anut_peach
-- 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.
-- 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.
Please Log in or Create an account to join the conversation.
9 years 2 months ago - 9 years 2 months ago #274316
by nicolas
Replied by nicolas on topic my customer account page does not look like it should
Hi,
Either you're missing the CSS:
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.
Either you're missing the CSS:
Code:
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;
}
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: 9 years 2 months ago by nicolas.
Please Log in or Create an account to join the conversation.
- anut_peach
-
Topic Author
- Offline
Less
More
- Posts: 30
- Thank you received: 1
9 years 2 months ago #274317
by anut_peach
Replied by anut_peach on topic my customer account page does not look like it should
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.
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.163 seconds