Site logo

Archived topic

Marketer questions

18 replies · Started by Stratos on April 16, 2022

Viewing posts 16–19 of 19

With your code again the left side of the main column is aligned correctly in desktop preview but in tablet preview again it seems that the whole column is aligned left (no space on the left side and narrow space on the right).

I see.

Try this instead of the previous code:

@media (max-width: 1024px) {
    .right-sidebar .site-content .content-area .site-main {
        margin-left: 20px;
    }
}

Kindly let us know how it goes. :)

Perfect. Now it looks correct in both desktop and tablet. thank you very much for all the help!

You’re welcome Stratos! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. :)

This archived topic is closed to new replies.