- Posts: 31
- Thank you received: 3
Alignment problem
- qianqian binti
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 8 months ago #2016
by qianqian binti
Alignment problem was created by qianqian binti
I noticed that, some button are not aligned, for example, Add to cart is not in the same line with Product details, stock level button with its tittle too. Any help
Attachment alignment.jpg not found
Attachments:
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2021
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Alignment problem
Hi,
Please post your url here and we can see what the problem.
Or you can use firebug to find the margin / padding problem of those button and know where to change.
Thanks
Please post your url here and we can see what the problem.
Or you can use firebug to find the margin / padding problem of those button and know where to change.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- qianqian binti
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 31
- Thank you received: 3
12 years 8 months ago - 12 years 8 months ago #2022
by qianqian binti
Replied by qianqian binti on topic Re: Alignment problem
Last edit: 12 years 8 months ago by qianqian binti. Reason: delete details
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2025
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Alignment problem
Hi,
You can edit layout.css and find this code:
and change to:
Thanks
You can edit layout.css and find this code:
Code:
.pro-detail{
...
height: 19px;
line-height: 19px;
...
}
and change to:
Code:
.pro-detail{
...
height: 23px;
line-height: 23px;
...
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
Time to create page: 0.190 seconds