• Resolved New_WP

    (@baxter89)


    Hello,
    I have a section with 2 columns, on the right column I put a border on the left side of 1px, how to make this border not appear when I switch to mobile mode.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pradnya

    (@pradnyajegstudio)

    Hi @baxter89

    Please try to use this CSS code.

    @media only screen and (max-width: 767px) {
    	.guten-0PedBm > .sticky-wrapper > .guten-column-wrapper {
    		border-left: none;
    	}
    }

    Add it to Customizer > Appearance > Additional CSS. Change guten-0PedBm with your column ID.

    Thread Starter New_WP

    (@baxter89)

    Great !
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘border’ is closed to new replies.