Question: Calender And Notifications

Calender And Notifications

Hello, The Notification displays with much space and the Text contants keep shifting to the numbers, which make it not clear for reading. And, the Calendar size is too large with much

SC

Selaa Company

Asked

Hello,

The Notification displays with much space and the Text contants keep shifting to the numbers, which make it not clear for reading.

And, the Calendar size is too large with much blank white space.

Attached screen shots for your review, I am looking for your advice.

Thank you.

  • EG

    Enyinnaya Gift

    Answered

    Hello @Selaa Company

    Here is a solution you can apply.

    1. Open header.php script filepath: themes\default\admin\views\header.php

    2. Then add this css script after line 24

            <style type="text/css">
                .dropdown-menu {
                    right: inherit !important;
                }
    	   </style>
    
    1. Press and hold Ctrl + Shift + R (Windows) OR Cmd + Shift + R (Mac) for a few seconds. This will reload your browser page a few times and the issue will be fixed.

    My name is @Enyinnaya Gift . I am an Independent software developer with in-depth knowledge of SMA system. I have done a lot of customization for many happy clients across the globe.

    You can check out highlights and a demo of my latest customization by Clicking HERE - Highlights

    You can also reach me via any of the following mediums for a real-time discussion on your customization request:

    -Skype ID: enyinnayag -Wechat ID: genyinnaya -Email: [email protected] -WhatsApp: +2348068355192

  • EG

    Enyinnaya Gift

    Answered

    Then for the notifications, example the Quantity alert, look for

    <span style="padding-right: 35px;"><?= lang('quantity_alerts') ?></span>
    
    

    in line 278 and change 35px to 2px

  • SC

    Selaa Company

    Answered

    Dear Saleem,

    Thank you , issue solved.

  • MS

    Mian Saleem

    Answered

    Enyinnaya Gift Thank you for help

  • Login to Reply