Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: [V4.3] Homepage – Headline & featured content #59430
    Brice
    Participant

    @Sakin :
    It’s a very little changes. I justed to modify title sizes and menu sizes :

    style.css :

    #site-title{
    font-size:2.8rem;
    }

    css/responsive.css :


    @media
    screen and (max-width:1344px){
    #site-title{
    font-size:28px;
    font-size:2.8rem!important;
    }
    }


    @media
    screen and (max-width:1280px){

    }


    @media
    screen and (max-width:1152px){

    }


    @media
    screen and (max-width:1024px){

    }


    @media
    screen and (max-width:960px){

    }


    @media
    only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){

    }


    @media
    screen and (max-width:767px){

    }


    @media
    screen and (max-width:640px){

    }


    @media
    screen and (max-width:560px){

    }


    @media
    screen and (max-width:480px){

    }

    Thank you,

    Brice

    in reply to: [V4.3] Homepage – Headline & featured content #59286
    Brice
    Participant

    Hi, I’m really sorry but it doesn’t work.
    Hopefully the website isn’t published on prod yet !
    Something to know, It’s a multisite and they are all affected.
    This sub website for example has on issue on it :
    http://www.adpc92.com/dev/nanterre/

    Thanks,

    Brice

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