Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling Rows and Columns #45

Closed
warthogweb opened this issue Jan 16, 2016 · 9 comments
Closed

Styling Rows and Columns #45

warthogweb opened this issue Jan 16, 2016 · 9 comments

Comments

@warthogweb
Copy link

I would like to do some simple styling such as top/bottom margin, borders etc. to these. The styles I am adding are having no effect when I put them where I think they should go. Any help would be much appreciated.

Martin

@cjpatoilo
Copy link
Member

Hi @warthogweb You need to show how you are doing it so I can help you. You could submit your code to some services like Codepen

@warthogweb
Copy link
Author

Thanks - I have organized the row styles. But, can I have milligram full
width??

Martin

On 24/01/2016 20:21, CJ Patoilo wrote:

Hi @warthogweb https://github.com/warthogweb You need to show how
you are doing it so I can help you. You could submit your code to some
services like Codepen http://codepen.io/


Reply to this email directly or view it on GitHub
#45 (comment)
Bug from
https://github.com/notifications/beacon/AKfnCKTtSSE5oAzyTOIzKpXMAMUogzPXks5pdQ2egaJpZM4HGTaO.gif

Best Regards,
Martin

  Durban Web Design

www.warthog.co.za http://www.warthog.co.za

084 432 5907

031 465 7781

@sboselli
Copy link

@warthogweb You can override your '.container' and set max-width: 100%, the columns inside will adapt automatically.

Make sure to check that your media queries are also behaving like you want.

@warthogweb
Copy link
Author

Thanks - I put together a sample with some free scripts for a student -
sticky menu, megamenu etc.

zulu-culture.co.za/mg http://www.zulu-culture.co.za/mg

Martin

On 25/01/2016 20:17, voodah wrote:

@warthogweb https://github.com/warthogweb You can override your
'.container' and set max-width: 100%, the columns inside will adapt
automatically.

Make sure to check that your media queries are also behaving like you
want.


Reply to this email directly or view it on GitHub
#45 (comment)
Bug from
https://github.com/notifications/beacon/AKfnCIQ9Kl5UyNfBAKOrSofVqLvuAYttks5pdl4hgaJpZM4HGTaO.gif

Best Regards,
Martin

  Durban Web Design

www.warthog.co.za http://www.warthog.co.za

084 432 5907

031 465 7781

@cjpatoilo
Copy link
Member

@warthogweb You found the answer to your question?

@elad
Copy link

elad commented May 7, 2016

@cjpatoilo I think he wants .container-fluid, that spans the full width of the viewport. Wouldn't hurt to add.

@patrickblackjr
Copy link

@warthogweb That link doesn't work.

@jackmcpickle
Copy link
Contributor

My new PR #101 enables you to change the container max-width by setting the $container-max-width variable.

@cjpatoilo
Copy link
Member

@jackmcpickle He did not need to edit variables to solve this CSS problem. He just needs to overwrite the class .container setting the property max-width: 100%.

@warthogweb Let me know if you solved your problem, for now I will close this issue but nothing prevents re-open it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants