Site logo

Archived topic

Read more button in the top

3 replies · Started by iamarghya on July 5, 2022

Viewing posts 1–4 of 4

How to set the read more button in the first position on the mobile or smaller devices. On desktop the position is right but on mobile devices, I need the 'read more' button at the top then the other two buttons.

Hi there,

Try this:

@media (max-width: 768px) {
    .gb-button-wrapper.gb-button-wrapper-c9d8f9b6 .gb-button:nth-child(2) {
        order: -1;
    }
}

What would I do without you guys... Thank you very much😍

You are welcome :)

This archived topic is closed to new replies.