• Hello, I want to add borders on mobile version, I tried to modify in style.css, but doesn’t work. I need Help .

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ll need some more specifics here. What was the CSS you added? And which elements specifically in the calendar are you trying to add borders to? Thanks.

    Thread Starter xuletz

    (@xuletz)

    Hello in plugin style css, I add border:1 , do yo u have any other options?

    Can you give me the entire exact CSS you added to the file, along with the CSS selector it’s applied to?

    border: 1 by itself is not valid CSS, and even inside a selector, it won’t do anything. The border property needs exact pixel width, style, and color, like this: border: 1px solid black;

    If you are not already familiar with using CSS, I would recommend you check out a tutorial. Here’s one option: https://web.dev/learn/css

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border on Mobile Version’ is closed to new replies.