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

Home Forums Support [Resolved] how to put my gold-line into my desktop view as well

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

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1596352
    Bruce Wayne

    1. resolved thanks.

    can you check for 2. and 3. as well

    #1596354
    Elvin
    Staff
    Customer Support

    Can you open a new topic for the separate question?

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

    #1596356
    Bruce Wayne

    ok sure back to the first question.

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

    #1596359
    Elvin
    Staff
    Customer Support

    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. 😀

    #1596368
    Bruce Wayne

    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.

    #1596397
    Elvin
    Staff
    Customer Support

    Nice one.

    You can actually mark it resolved if you feel like its actually fully resolved on your end:
    https://docs.generatepress.com/article/resolving-topics/

    Glad its sorted for you now. No problem. 🙂

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.