We're merging with GenerateBlocks! Learn more here.

[Support request] Styling the list elements

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Styling the list elements

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22606
    Nemanja
    Participant

    Hi there,

    I’m having issues styling the elements. Here’s the link:
    http://staging-thedailyupside.temp927.kinsta.cloud/all-stories/

    It works on mobile but not on desktop!

    Can you help, please?

    I want to style wp-show-posts-read-more-nemanja and meta terms but it doesn’t work on desktop for some reason.

    #22676
    elvin
    Moderator

    Hi,

    You seem to have added your styling within a @media (max-width:768px){ ... } rule. This rule basically instructs the CSS code to only apply to viewports equal or smaller than 768px which is normally a mobile screen.

    For your CSS styles to apply on desktop as well, you’ll have to remove the @media rule that specifies the style to only apply on mobile.

    #22686
    Nemanja
    Participant

    🤦

    You miss just one } and everything is screwed! 🙂

    Thanks!

    #22698
    elvin
    Moderator

    You miss just one } and everything is screwed!

    lol yeah, that’s true. Gotta watch out for those things. 😀

    No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.