space between col

6 replies · opened Feb 24, 2018

Wweb404Feb 24, 2018
  1. i want create 3 col and make space between them , how can i do this?
				
		
			
				
				
				
					111

					222
					333
				

				
			
		
  1. how can add border for col ?
Wweb404Feb 27, 2018

support?

SSemicolon WebSTAFFFeb 27, 2018

Hello,

  1. Consider using the following code:

	
		
			111

		
	
	
		222
	
	
		333
	
  1. You can simply add the border to the DIV, same like the background-color.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Wweb404Feb 28, 2018

and how make space between col?

SSemicolon WebSTAFFFeb 28, 2018

Hello,

Bootstrap Columns uses Padding. Simply use padding-right and padding-left CSS Properties on the Columns.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Wweb404Mar 2, 2018

you mean this ?


=================>>>>>>>>>   
        
            111

        
    
    
        222
    
    
        333
    
SSemicolon WebSTAFFMar 4, 2018

Hello,

Yes! Example:

style="padding-right: 10px: padding-left: 10px;"

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
space between col · Canvas Template Support