Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • unvacancier Friend
    #956874

    Hello,

    i have upgraded to joomla 3.6.1 and it seems not using my custom.css for the logo

    @media (min-width: 992px) {
    div.logo-image img {
        max-width: 100%;!important;
        max-height: 365px;!important;
        padding-right: 50px;!important;
    }
    }
    
    @media (max-width: 991px) {
    div.logo-image img {
        position: center;!important;
        max-width: 100%;!important;
        max-height: 90px;!important;
        padding-right: 50px;!important;
        padding-left: 50px;!important;
    }
    }

    And now the slideshow is not at the top (there is blank space between slideshow and menu)


    1. lioravi
    Pankaj Sharma Moderator
    #956882

    Hi
    You code have errors
    it should be like this :

    
    @media (min-width: 992px) {
    div.logo-image img {
        max-width: 100%!important;
        max-height: 365px!important;
        padding-right: 50px!important;
    }
    }
    
    @media (max-width: 991px) {
    div.logo-image img {
        position: center;!important;
        max-width: 100%!important;
        max-height: 90px!important;
        padding-right: 50px!important;
        padding-left: 50px!important;
    }
    }
    
    unvacancier Friend
    #956901

    thanks !, it’s really strange because it wad working since i upgrade from 3.4.3 to Joomla 3.6.1. it’s now about one year.

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

This topic contains 2 replies, has 2 voices, and was last updated by  unvacancier 8 years, 3 months ago.

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