• Resolved kma9090

    (@kma9090)


    Hi,

    Please could you let me know how I make the events on the right align correctly when I select a date.
    Sometimes I will have 2 or 3 events in a day and they are not aligning properly.

    I tried this CSS but it didn’t work:

    @media only screen and (min-width: 1921px){
    .mec-container {
    margin-left: 23% !important;
    }}
    @media only screen and (min-width: 1200px){
    .mec-container {
    margin-left: 8% !important;
    }}
    @media only screen and (min-width: 1400px){
    .mec-container {
    margin-left: 13% !important;
    }}

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @kma9090,?

    You can use Inspect element and change each section for yourself. For more information, please read the following article.

    Inspect element
    If you want to make changes to design then you can use Inspect Tool to see the source code of your website and the CSS rules applied to it. To enable it right click and from the pop-up menu select Inspect Element

    For more details please visit Chrome inspect element or Firefox inspect element. Meanwhile searching in google about it will be helpful.

    For example, we try to change the bottom gray border color in the footer. You can watch the tutorial video here:

    youtu.be/MWUP8uOLoaQ
    https://www.w3schools.com/css/default.asp

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Calendar Events Not Aligned Correctly?’ is closed to new replies.