• Resolved grw1

    (@grw1)


    Hello!
    I’ve got a problem with the buttons – they look as they should on desktop, but they go out of the content box on mobile. It doesn’t respect the content box as it does on desktop. I’ve inspected the items and found that if I disabled “transform: translateX(-50%)” on the button the problem seem to be resolved. I can’t seem to the overwrite the css tho.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi there,
    Thank you for contacting us.
    That CSS was generated when you enabled the Center align for the readmore button, also enabled “Line up fields across items” for the Grid.

    Please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:

    
    @media (max-width: 768px) { 
    #pt-cv-view-c62735d5ay .pt-cv-readmore { position: sticky; }
    }
    

    For further Pro support, please contact us here.

    Thank you,

Viewing 1 replies (of 1 total)
  • The topic ‘Button is out of content box on mobile’ is closed to new replies.