Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

card-mod making theme not aligned #6

Closed
mrocha-montes opened this issue Aug 5, 2020 · 6 comments
Closed

card-mod making theme not aligned #6

mrocha-montes opened this issue Aug 5, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@mrocha-montes
Copy link

Without card-mod
PrtScr capture

With card-mod
PrtScr capture_2

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Aug 5, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@KTibow
Copy link
Owner

KTibow commented Aug 5, 2020

This is an intentional part of the theme. You can always modify it, but it'll get erased in any update. Here's the part that does that:

    #columns {
      flex-direction: column !important;
      margin: 0 auto;
      max-width: 500px;
    }

I applied this effect because it's shown that way in the official repo:
screen

@KTibow KTibow closed this as completed Aug 5, 2020
@KTibow
Copy link
Owner

KTibow commented Aug 17, 2020

If you use layout-card you can get around this though.

@ybjlus
Copy link

ybjlus commented Oct 18, 2020

Hi, Where do I put the
#columns { flex-direction: column !important; margin: 0 auto; max-width: 500px; }

To have it not be 1 colum

@KTibow
Copy link
Owner

KTibow commented Oct 18, 2020

It's already there, you need to remove it. Maybe it's here:

#columns {
flex-direction: column !important;
margin: 0 auto;
max-width: 500px;
}

By the way, star the repo if you don't mind, it's how I count how many people use it.

@ybjlus
Copy link

ybjlus commented Oct 18, 2020

It's already there, you need to remove it. Maybe it's here:

#columns {
flex-direction: column !important;
margin: 0 auto;
max-width: 500px;
}

By the way, star the repo if you don't mind, it's how I count how many people use it.

Makes sense! I've got it now thnx!

And I'll star the repo

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants