• Resolved deutschmann

    (@deutschmann)


    Hi and thank you for great support ,

    I want to know how i can reduce the lenght of banner size ,

    The banner size is too lenght .

    >>> Still the link of website is not published <<<

    Thanks in advance !!

Viewing 12 replies - 1 through 12 (of 12 total)
  • weblizar_support

    (@weblizar_support)

    Hello Due,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    .logo img {
        height: 80px !important;
    }

    You can change logo’s height by this CSS. This CSS will surely help you.

    Thread Starter deutschmann

    (@deutschmann)

    Thank you for your reply ,

    I am realy sorry i think there is mistake and i couldn’t explain well ??

    I mean slider pictures is too lenght ??

    I want to reduce the size of lenght on slider pictures .

    Also how about width size ?

    I am Awaiting for your kind response .

    BR

    Hii,

    The below CSS is for reducing slider height –

    Go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    @media (min-width: 1200px){
    .carousel-inner {
        height: 900px !important;
    }
    }

    We don’t understand about width size ? What do you mean by width size? You wanna reduce slider width size??

    Thread Starter deutschmann

    (@deutschmann)

    Thanks for reply,

    I put this code but it doesn’t work , nothing has changed .

    I upload the picture of issue maybe it could help .

    https://photoland.io/image/tJQ

    BR

    Thread Starter deutschmann

    (@deutschmann)

    width

    hii,

    which size you want to reduce?
    Slider width?
    Slider title width(test)?
    or above the slider space?

    Thread Starter deutschmann

    (@deutschmann)

    Hi

    I want to reduce Slider width .

    BR

    hii Deu,

    Where you want to reduce slider width??

    if you want to reduce slider width in mobile then it will look like the below image –

    mobile-slider

    and if you want to reduce slider width in full screen then it will look like the below image –

    Full-width-slider

    Thanks

    Thread Starter deutschmann

    (@deutschmann)

    Hi,

    Yes i know it , i would like for all device to be reduced . If you just give me a code then i will fit the size .

    Thanks

    BR

    hii,

    Please use below CSS –

    @media (min-width: 1200px){
    .carousel {
        margin: 0 190px !important;
    }
    }
    
    @media (max-width: 992px){
    .carousel {
        margin: 0 50px !important;
    }
    }
    
    @media (max-width: 768px){
    .carousel {
        margin: 0 50px !important;
    }
    }

    Thanks

    Thread Starter deutschmann

    (@deutschmann)

    perfect !!

    thank you

    Your most welcome Deu.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Reducing lenght of banner size’ is closed to new replies.