Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi Aristonia

    Thanks for reaching out.

    Perhaps try the following:

    @media (max-width: 768px) {
    	.site-content .container {
    		display: flex;
    		flex-direction: column-reverse;
    	}
    
    	#secondary {
    		border-top: none !important;
    		border-bottom: 1px solid #eaeaea;
    		margin-top: 0;
    		margin-bottom: 50px;
    		padding-top: 0;
    		padding-bottom: 50px;
    	}
    }
    Thread Starter aristonia

    (@aristonia)

    Great thinking!

    I wish i thought of that, thank you very much for the quick answer to my problem.

    • This reply was modified 4 years, 1 month ago by aristonia.
    Theme Author Andrew Misplon

    (@misplon)

    Super, glad to hear that helped ?? Cheers for now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Div Secondary location’ is closed to new replies.