• Hi, with last update I have problems with menu and slider. I noticed also a very little empty clickable rectangle in the menu I’m using a child theme and can’t resolve this issue. Please help me.

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter barcode20

    (@barcode20)

    Many thanks for your help.

    I wait for your suggestion about the menu.

    Meanwhile I’ve found the cause of the slider problem. If I enable 10web booster plugin, I got the slider stucked…now the plugin is off. Could you suggest a solution also for this?

    Thanks again!

    Hi

    To display the menu below the logo as before like this , please go to Appearance > Customizer, locate the Additional CSS box, and add the CSS code provided below.

    .navbar.navbar-default .container {
    display: block;
    }

    Let me know if you have any confusion.

    Thanks and regards,

    Support team

    • This reply was modified 5 months, 3 weeks ago by Akhilesh.
    Thread Starter barcode20

    (@barcode20)

    Hi, thank you for the code. It works on desktop (firefox and chrome) but now it’s not responsive, logo and slider are larger than mobile display.

    I paste also my addiction css if it helps: 

    .callout-btn1
    {
    display:none !important;
    }

    .appointment_title_head{display:none;}
    .site-branding-text .appointment_title_head{display:block;}

    .appointment_title_head{
    color:#009954;
    }

    @media only screen and (max-width: 600px) and (min-width: 200px)
    {
    .homepage-mycarousel .carousel-inner > .item > img {
    width: 100%;

    }
    }

    a {
    color: #007B4A;
    }

    .blog-author {
    display: none;
    }

    .comment-title {
    display: none;
    }

    .slide-text-bg2 span {display:none
    }

    .slide-text-bg1 h2 {background-color: rgba(45, 47, 49, 0.8);
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    border-radius: 2px;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 6px 12px;
    margin: 0 0 0px;
    text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
    }

    .slide-btn-sm {display: none;
    }

    */@font-face {
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
    font-display: swap;
    }

    .navbar.navbar-default .container { display: block;}
    • This reply was modified 5 months, 3 weeks ago by barcode20.

    Hi

    Before adding the suggested css mobile menu is working fine.

    Kindly tell us what issue you are facing in mobile devices. At our end the logo and slider are showing perfectly.

    https://prnt.sc/Kf0uSa2kkLaO

    Thanks

    Thread Starter barcode20

    (@barcode20)

    Hi, as you can see by the screenshots, the header and the slider are cut off from the mobile display, they don’t fit the screen size.

    https://ibb.co/Y7LkGgWL
    https://ibb.co/ynTbT4cq

    • This reply was modified 5 months, 3 weeks ago by barcode20.
Viewing 5 replies - 16 through 20 (of 20 total)

The topic ‘Update problem’ is closed to new replies.