Site logo

Archived topic

how to put my gold-line into my desktop view as well

20 replies · Started by Bruce Wayne on December 27, 2020

Viewing posts 16–21 of 21

1. resolved thanks.

can you check for 2. and 3. as well

Can you open a new topic for the separate question?

It’s much easier for us to track and help that way. Thank you. :)

ok sure back to the first question.

it's working only on desktop view how to also move it down for mobile view also ?

it’s working only on desktop view how to also move it down for mobile view also ?

You can add this in for the mobile view.

@media (max-width:768px){
body.blog div.content-area {
    margin-top: 30px;
}
}

We've separated the styling for desktop and mobile using @media rules incase the desktop styling won't look well for the mobile viewports. :D

thanks so much it's resolved now , i'm also open another ticket for another question now
you can close this ticket

thanks so much Elvin , it was very nice to have you supported.

This archived topic is closed to new replies.