Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1072337

    Hi there,
    I would like to use a section ID of a color section to custom column breakpoint, but it already used for an anchor…
    Is there a way to have 2 section ID for the same color section ? Or do you have another way to add an anchor ? Or is there another way to force the breakpoint on tablet ?
    Thanks for your help.
    Best
    Lex

    • This topic was modified 5 years, 8 months ago by Lexa_Dryke.
    #1072443

    Ok – I used this MQ to force the breakpoint on tablet.
    @media only screen and (max-width: 1224px) {
    .flex_column { width: 100% !important; margin-left: 0 !important; }
    .flex_cell {
    width: 100%!important;
    margin-left: 0!important;
    display: block;
    }}

    If you have answers for the two first question, I would be glad to hear you.

    Best

    Lex

    #1073383

    Hi Lexa_Dryke,

    You can use the same id to target the section via css and use it as an anchor. There is no conflict here.

    Could you please attach a mockup of what you’re trying to achieve?

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1073415

    Thx Victoria for your answer.
    I was looking to break my two columns in one on ipad.
    Finally, I used a media queries, and it did the job.
    Best
    Lex

    #1073420

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘ID section / Anchor and Custom column breakpoint’ is closed to new replies.