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

    (@weblizar_support)

    Hello

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

    Now, copy below code and paste into Custom CSS.

    @media(max-width:768px){
    .carousel .carousel-inner {
        height: 690px !important;
    }
    }
    @media (min-width:1200px){
    .enigma_header_breadcrum_title {
        padding-top: 110px !important;
    }
    }

    Thanks.

    Thread Starter mattjj

    (@mattjj)

    Thank you so much.

    That solved my second issue perfectly.

    The first issue, though, of whitespace below the theme slider on my iphone still remains.

    Thread Starter mattjj

    (@mattjj)

    Not sure if this issue is connected or not, but the < & > on the sides of the slider have no effect when I click them, & they show up in the whitespace below the slider on my iphone.

    Thanks,

    weblizar_support

    (@weblizar_support)

    hii

    for your whitespace issue-

    you have to remove the CSS which we have shown in below image –

    image

    and add new CSS

    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 .carousel-inner {
         height: 860px !important;
    }
    }
    
    @media (max-width: 768px){
    .carousel .carousel-inner {
        height: auto !important;
    }
    }

    your slider image will look like this after adding this CSS

    image2

    and for the < & > issue-

    Please deactivate all your unused plugins.

    melfortmusic

    (@melfortmusic)

    I believe I did everything you asked, and it still did not fix the iPhone issue

    weblizar

    (@weblizar)

    Hello,

    Please contact us on my pm that is ” lizarweb (at) gmail (dot) com ”

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Whitespace Issues’ is closed to new replies.