- Posts: 30
- Thank you received: 0
Unable to install sample data - Hot Start
-
joomsphere
Inactive member - Topic Author
- Member
Less
More
10 years 3 months ago #39147
by joomsphere
Replied by joomsphere on topic Unable to install sample data - Hot Start
Dear Support,
Thank you for your guidance in menu issue. The issue already resolved.
Following is another issue which you have not answered yet.
User 1 width setting:
As for user1-user4 width setting, I knew the setting in layout.css. But I would like to have a separate width setting for user1 as I feel it is quite wasted to have a long width for a short menu. I want to utilize the full space for user2-user4 for images menu.
Font type and size for User1-User4:
Please advise on how to change as I already change in layout.css but no success.
Thanks.
Thank you for your guidance in menu issue. The issue already resolved.
Following is another issue which you have not answered yet.
User 1 width setting:
As for user1-user4 width setting, I knew the setting in layout.css. But I would like to have a separate width setting for user1 as I feel it is quite wasted to have a long width for a short menu. I want to utilize the full space for user2-user4 for images menu.
Font type and size for User1-User4:
Please advise on how to change as I already change in layout.css but no success.
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #39150
by ivan.milic
Replied by ivan.milic on topic Unable to install sample data - Hot Start
In layout.css you have this:
div.user1_container, div.user2_container, div.user3_container, div.user4_container {
width: 200px;
display: block;
z-index: 1;
top: 0;
float: left;
margin: 0 20px 0 0;
}
remove width: 200px;
the after that insert css rule for each postion to define its width:
div.user1_container{
width: ...
}
div.user2_container{
width: ...
}
div.user3_container{
width: ...
}
div.user4_container{
width: ...
}
make sure sum is 800px
div.user1_container, div.user2_container, div.user3_container, div.user4_container {
width: 200px;
display: block;
z-index: 1;
top: 0;
float: left;
margin: 0 20px 0 0;
}
remove width: 200px;
the after that insert css rule for each postion to define its width:
div.user1_container{
width: ...
}
div.user2_container{
width: ...
}
div.user3_container{
width: ...
}
div.user4_container{
width: ...
}
make sure sum is 800px
Please Log in to join the conversation.
-
joomsphere
Inactive member - Topic Author
- Member
Less
More
- Posts: 30
- Thank you received: 0
10 years 3 months ago #39249
by joomsphere
Replied by joomsphere on topic Unable to install sample data - Hot Start
Dear Support,
Thank you for supporting us from beginning till end. You guys really awesome.
Guess this going to be our last question.
Please advise us on how to edit the font size on the component title. we tried to edit view layout.css and template.css but no success. The title font size is very big.
www.sgappliances.com/new2
Thanks
Thank you for supporting us from beginning till end. You guys really awesome.
Guess this going to be our last question.
Please advise us on how to edit the font size on the component title. we tried to edit view layout.css and template.css but no success. The title font size is very big.
www.sgappliances.com/new2
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #39260
by ivan.milic
Replied by ivan.milic on topic Unable to install sample data - Hot Start
In tamplate_css.css
.item-page h2 {
font-size: 3em;
}
.item-page h2 {
font-size: 3em;
}
Please Log in to join the conversation.
-
joomsphere
Inactive member - Topic Author
- Member
Less
More
- Posts: 30
- Thank you received: 0
10 years 3 months ago #39267
by joomsphere
Replied by joomsphere on topic Unable to install sample data - Hot Start
Dear Support,
Thanks.
Anyway we just realise that the responsive design doesn't work well with our design. When we view in mobile portrait position, the content in user containers and body is not responsive at all. The design jumble up.
Is it possible to disable the responsive format as our client want us to resolve this problem. Thanks.
Thanks.
Anyway we just realise that the responsive design doesn't work well with our design. When we view in mobile portrait position, the content in user containers and body is not responsive at all. The design jumble up.
Is it possible to disable the responsive format as our client want us to resolve this problem. Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 3 months ago #39270
by ivan.milic
Replied by ivan.milic on topic Unable to install sample data - Hot Start
Yes it is not designed to work with virtuemart
Please Log in to join the conversation.
Time to create page: 0.334 seconds