- Posts: 28
 - Thank you received: 0
 
        
                Size Between Modules
            
    - Samantha Prinsloo
 - 
            
Topic Author
 - Offline
 - Junior Boarder
 - 
            
         
        Less
        More
        
            
    
        
            
            12 years 1 week ago        #6142
    by Samantha Prinsloo
    
            
            
            
            
            
                                
                            
                    
    
        Size Between Modules was created by Samantha Prinsloo            
    
        Hello,
I hope you can help me
I am developing a site here: creativedev2.co.za/MotorMerchandise/
I have some modules in position maintop2-1, maintop2-2, maintop2-3, maintop2-4 (the grey blocks).
I need to make the gap between the modules smaller. I've tried with firebug, but I can't seem to find where to make the space smaller. Please let me know
Thanks
    I hope you can help me
I am developing a site here: creativedev2.co.za/MotorMerchandise/
I have some modules in position maintop2-1, maintop2-2, maintop2-3, maintop2-4 (the grey blocks).
I need to make the gap between the modules smaller. I've tried with firebug, but I can't seem to find where to make the space smaller. Please let me know
Thanks
Please Log in or Create an account to join the conversation.
- Samantha Prinsloo
 - 
            
Topic Author
 - Offline
 - Junior Boarder
 - 
            
         
        Less
        More
        
            
    
        - Posts: 28
 - Thank you received: 0
 
            
            12 years 1 week ago        #6143
    by Samantha Prinsloo
    
            
            
            
            
            
                                
                            
                    
    
        Replied by Samantha Prinsloo on topic Re: Size Between Modules            
    
        No worries - found a work around.    
    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 1 week ago     -  12 years 1 week ago    #6149
    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: Size Between Modules            
    
        Hi,
Great to hear that. But there is a thing you should not did on css.
You did add the margin into all image and add that into bootstrap.min.css -> this is not good.
Suggestion:
+ Use firebug to inspect the elements, find the right value or place to custom the css.
+ You should add your custom css code at bottom of /templates/ot_smarthouse/css/template.css or your added css file.
Thanks
            Great to hear that. But there is a thing you should not did on css.
You did add the margin into all image and add that into bootstrap.min.css -> this is not good.
Code:
img {
    border: 0 none;
    height: auto;
    margin-top: -46px; [b]=> This make all image scrolled up???[/b]
    max-width: 100%;
    vertical-align: middle;
}
Suggestion:
+ Use firebug to inspect the elements, find the right value or place to custom the css.
+ You should add your custom css code at bottom of /templates/ot_smarthouse/css/template.css or your added css file.
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/
        Last edit: 12 years 1 week ago  by Linh Robert.            
            Please Log in or Create an account to join the conversation.
- Samantha Prinsloo
 - 
            
Topic Author
 - Offline
 - Junior Boarder
 - 
            
         
        Less
        More
        
            
    
        - Posts: 28
 - Thank you received: 0
 
            
            12 years 1 week ago        #6156
    by Samantha Prinsloo
    
            
            
            
            
            
                                
                            
                    
    
        Replied by Samantha Prinsloo on topic Re: Size Between Modules            
    
        Hi Linh,
Ok, I have removed the margin-top code.
The reason I added that is because I wanted the logo (position top2-1) to overlap the black bar on top.
How would i ONLY by top2-1 module to margin-top: -46px; ?
    Ok, I have removed the margin-top code.
The reason I added that is because I wanted the logo (position top2-1) to overlap the black bar on top.
How would i ONLY by top2-1 module to margin-top: -46px; ?
Please Log in or Create an account to join the conversation.
- Trung Duong
 - 
            
 - Offline
 - Administrator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 2284
 - Thank you received: 998
 
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 1 week ago #6162 by Trung Duong
        Replied by Trung Duong on topic Re: Size Between Modules            
    
        Hello,
You should edit your module logo and add more style as code below:
    
            You should edit your module logo and add more style as code below:
Code:
<img src="/MotorMerchandise/images/mm-logo-full-colour-tm.png" border="0" alt="" width="313" height="153" style="margin-top:-46px" />
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!
[img]...[/img]
[img]...[/img]
[img]...[/img]
        The following user(s) said Thank You: Samantha Prinsloo     
            Please Log in or Create an account to join the conversation.
- Samantha Prinsloo
 - 
            
Topic Author
 - Offline
 - Junior Boarder
 - 
            
         
        Less
        More
        
            
    
        - Posts: 28
 - Thank you received: 0
 
            
            12 years 1 week ago        #6163
    by Samantha Prinsloo
    
            
            
            
            
            
                                
                            
                    
    
        Replied by Samantha Prinsloo on topic Re: Size Between Modules            
    
        FABULOUS!!! thank you! I didn't know we could make those sort of coding things in a module itself! I thought it needed to be done in the css! Thank you!!
Just to let you know, even though I subscribed to this topic, I never received an email to say that there is a response. Just thought you should know in case its something you guys need to check out on your side
    
    Just to let you know, even though I subscribed to this topic, I never received an email to say that there is a response. Just thought you should know in case its something you guys need to check out on your side
Please Log in or Create an account to join the conversation.
        Time to create page: 0.199 seconds    
