Tagged: id section
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
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
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
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
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon