Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • delinea Friend
    #1064524

    Good night, I do not understand what happened, but in the template I have the overlay date and the header banner deformed. I was vieno the last modules and the latest plugins, but did not correct the inconvenience.
    What could be happening ?. Thank you very much


    1. fecha_superpuesta_en_template
    Pankaj Sharma Moderator
    #1064567

    Hi
    The issue is coming from 3rd party extension on your site that is override the calendar style.
    Add this code in custom.css file to fix it

    .header-right .calendar {
        background: #e5e5e5!important;
        width: 96px!important;
        height: 96px;
        color: #333333;
        text-align: center;
        left: auto !important;
        position: inherit!important;
        top: 0% !important;
    }
    delinea Friend
    #1064664

    Thank you very much, however, I request you to see the attachment, it is not located exactly where it should … please, how is it solved?


    1. ubicacioncalendar
    Pankaj Sharma Moderator
    #1064774

    Hi
    Replace older code with this code

    .header-right .calendar {
        background: #e5e5e5!important;
        width: 96px!important;
        height: 96px;
        color: #333333;
        text-align: center;
        left: auto !important;
        position: inherit!important;
        top: 0% !important;
        transform: translateX(-0%);
        -webkit-transform: translateX(-0%);
        animation: initial!important;
    }

    Regards

    delinea Friend
    #1064806

    excelente, muchas gracias

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  delinea 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum