- Posts: 7
 - Thank you received: 0
 
        
                Custom fields on product page look wierd
            
    - Sergij Chyzh
 - 
            
Topic Author
 - Offline
 - Fresh Boarder
 - 
            
         
        Less
        More
        
            
    
        
            
            13 years 2 months ago        #1929
    by Sergij Chyzh
    
            
            
            
            
            
                                
                            
                    
    
        Custom fields on product page look wierd was created by Sergij Chyzh            
    
        Hi!
Please, take a look
test.mothersjoy.com.ua/index.php?option=...emart_category_id=52
It is standard OT Kid product page template. Do you have any ideas how to make it user friendly?
Thanks!
    Please, take a look
test.mothersjoy.com.ua/index.php?option=...emart_category_id=52
It is standard OT Kid product page template. Do you have any ideas how to make it user friendly?
Thanks!
Please Log in or Create an account to join the conversation.
- Linh Robert
 - 
            
 - Offline
 - Banned
 - 
            
         
        Less
        More
        
            
    
        - Posts: 908
 - Thank you received: 568
 
            
            13 years 2 months ago        #1933
    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: Custom fields on product page look wierd            
    
        Hi,
It effected by this code in test.mothersjoy.com.ua/components/com_vi...s/css/vmsite-ltr.css :
You can edit test.mothersjoy.com.ua/templates/ot_kid/css/virtuemart.css and add this code:
and in about line 321 of this file find this code:
change it to:
Thanks
            It effected by this code in test.mothersjoy.com.ua/components/com_vi...s/css/vmsite-ltr.css :
Code:
.product-fields .product-field label {
    float: left;
    left: -18px;
    margin-bottom: 27px;
    position: relative;
    text-align: center;
    top: 20px;
    width: 25%;
}
You can edit test.mothersjoy.com.ua/templates/ot_kid/css/virtuemart.css and add this code:
Code:
.product-fields .product-field label {
    float: none;
    left: 15px;
}
and in about line 321 of this file find this code:
Code:
.product-detailts .addtocart-area .product-fields .product-field .product-fields-title {
    font-weight: normal;
    margin-right: 10px;
}
Code:
.product-detailts .addtocart-area .product-fields .product-field .product-fields-title {
    font-weight: normal;
    line-height: 3.5em;
    margin-right: 10px;
}
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.
- Sergij Chyzh
 - 
            
Topic Author
 - Offline
 - Fresh Boarder
 - 
            
         
        Less
        More
        
            
    
        - Posts: 7
 - Thank you received: 0
 
            
            13 years 2 months ago        #1938
    by Sergij Chyzh
    
            
            
            
            
            
                                
                            
                    
    
        Replied by Sergij Chyzh on topic Re: Custom fields on product page look wierd            
    
        Hi !
Thank you! Works perfect!
    
    Thank you! Works perfect!
Please Log in or Create an account to join the conversation.
        Time to create page: 0.200 seconds    
