Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1345382

    Hello the team,
    Is there any way to put a single column width 33% centered.
    Many Thanks !!

    #1345391

    Hey Magdalena,

    Can you give us a link to the page? (you can put it in private content, if you don’t want to others except the moderators to see the link)
    Then point us to the column you want to tweak.

    Best regards,
    Nikko

    #1345394

    Hey Nikko !
    Thanks for your answer
    I send in private the link to the page and screenshot to the column
    Best regards !

    #1345396

    Hi madakumbu,

    Thanks for providing both the link and screenshot.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
    }

    Best regards,
    Nikko

    #1345398

    THANKS A LOT !
    It is perfect on computer !! but not on mobile :(
    May you take a look on your mobile ? or if needed, I can send you some shortcode.
    Best Regards

    #1345399

    Hi madakumbu,

    Please replace the code I gave with this one:

    @media only screen and (min-width:480px) {
      .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
      }
    }

    Best regards,
    Nikko

    #1345403

    Hi Nikko
    It looks fine now on my 6,55px mobile (vertical and landscape position), but it is not fine on the 5.65px one in landscape position (although it is ok on vertical position)

    I send one screenshot if it has some solution.
    Many thanks for your help.

    #1345405

    Hi madakumbu,

    You’re welcome :)
    Please use this CSS code instead:

    @media only screen and (min-width:768px) {
      .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
      }
    }

    Best regards,
    Nikko

    #1345408

    Wonderful!!
    it is perfect :)
    I will use this same code in other pages.

    Thanks a lot Nikko ! and you can close this topic.
    Best regards.

    #1345415

    Hi madakumbu,

    The code I gave is specific for that page and section.
    You can post the links for other pages you want to use this code with and we’ll try to help with it.

    Best regards,
    Nikko

    #1345417

    Yes, thank you,
    I have already tried whith another one and it has gone fine. I have only changed the number page id
    I send you in private if you can see.
    Thanks a lot,
    Best regards.

    #1345446

    Hi madakumbu,

    I see, that’s great to hear. :)
    As long as it’s below the first color section, just changing the page id number should be fine.
    I’ll consider this case closed then, just open up a new thread if it doesn’t work and we would be happy to assist.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Single column centered’ is closed to new replies.