Viewing 4 replies - 1 through 4 (of 4 total)
  • @antonioset

    Share a link to your website.

    Thread Starter antonioset

    (@antonioset)

    Hi Kuldeep, I’ve it in local so I can’t share. I’ve found with inspect the section. Here the print screen. How i could remove it?

    https://drive.google.com/file/d/1N6ErFCDItymmeqLJYK4wFugtN_omhQVX/view?usp=sharing

    Here the selector:

    site-header-inner > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-4e201302.elementor-section-content-middle.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-42586dd2 > div > div > div > div > span

    Thanks in advance for any help.

    • This reply was modified 10 months, 4 weeks ago by antonioset.

    @antonioset

    I am not sure if this will help but here is the code to fix it:

    .site-header-inner > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-4e201302.elementor-section-content-middle.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-42586dd2 > div > div > div > div > span {
        /* Adjust the margin or padding to provide space around the text */
        margin-right: 10px;
        padding-right: 10px;
    
        /* If the text and icon are not aligned, you can use flexbox to align them */
        display: flex;
        align-items: center;
    }

    Thread Starter antonioset

    (@antonioset)

    @soberbanda

    Many Thanks for your advice. It looks like a div duplicated because in the drop down menù is already included the link to the home page. I don’t know why that line is displayed. Anyway I’ve just not diplayed it using display:none and now looks good. Making some tests just to be sure. Thanks.

    • This reply was modified 10 months, 4 weeks ago by antonioset.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hamburger menù on mobile device’ is closed to new replies.