- Posts: 13
- Thank you received: 0
Two column layout problem
-
Zolee
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago #15437
by Zolee
Two column layout problem was created by Zolee
Hi
I am having difficulty to set up the two column layout in product category mode. I have set the correct number in virtuemart, in the correct settings field, but it still puts the photos under each other. If I change the settings to three columns, than it is ok, but I would like to have only two products next to each other. Any suggestions?
My other problem for the same site is the "login" menu in the right upper corner. I can sign in, but i cannot sign out. There is no logout menu. Should I create it somehow?
Thanks
I am having difficulty to set up the two column layout in product category mode. I have set the correct number in virtuemart, in the correct settings field, but it still puts the photos under each other. If I change the settings to three columns, than it is ok, but I would like to have only two products next to each other. Any suggestions?
My other problem for the same site is the "login" menu in the right upper corner. I can sign in, but i cannot sign out. There is no logout menu. Should I create it somehow?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15461
by ivan.milic
Replied by ivan.milic on topic Re: Two column layout problem
We would need link, also set two columns so we could inspect.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15464
by ivan.milic
Replied by ivan.milic on topic Re: Two column layout problem
Open :
you will find:
.width50{width:50%;}
change it to:
.width50{width:49%;}
or also, if you want to remove right border, that would also enable two columns to fit, in:
.vertical-separator {
border-right:2px dotted #d2d2d2;
}
set border-right:none;
For other question sing-in link works???
Code:
http://christabellafashion.com/components/com_virtuemart/assets/css/vmsite-ltr.css
you will find:
.width50{width:50%;}
change it to:
.width50{width:49%;}
or also, if you want to remove right border, that would also enable two columns to fit, in:
Code:
http://christabellafashion.com/templates/hot_cosmetics/css/vm_cosmetics.css
.vertical-separator {
border-right:2px dotted #d2d2d2;
}
set border-right:none;
For other question sing-in link works???
The following user(s) said Thank You: Zolee
Please Log in to join the conversation.
-
Zolee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 10 months ago #15477
by Zolee
Replied by Zolee on topic Re: Two column layout problem
Great!! Thank you! The two column layout problem is not a problem anymore!!
Regarding the sign in problem. Everything works. I can register, I can sign in, I can see my account details after I signed in , but after I signed in the possibility of logout, doesn't appear. Maybe it is because it is a menu item and not a login window, but maybe I am not guessing right!
Regarding the sign in problem. Everything works. I can register, I can sign in, I can see my account details after I signed in , but after I signed in the possibility of logout, doesn't appear. Maybe it is because it is a menu item and not a login window, but maybe I am not guessing right!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #15488
by ivan.milic
Replied by ivan.milic on topic Re: Two column layout problem
Menu item type should be login
Please Log in to join the conversation.
-
Zolee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 10 months ago #15496
by Zolee
Replied by Zolee on topic Re: Two column layout problem
The sign-in menu item type is set to "login form", and logout still doesn't appear.
Please Log in to join the conversation.
Time to create page: 0.106 seconds