• Resolved adrianwackernah

    (@adrianwackernah)


    Hi, I love your plugin. But I have an issue with a block theme and blockified cart page as the search icon for FiboSearch gets to wide only on that page. I see a calculated width from js but do not know how to fix it. Instead of 20px width, which is default for only search icon, it gets 357px wide which breaks my header layout. Any idea how to solve this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @adrianwackernah

    This CSS should solve the problem:

    .dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, 
    html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    	max-width: 20px !important;
    }

    Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.

    Regards,
    Kris

    Thread Starter adrianwackernah

    (@adrianwackernah)

    Thanks Kris, it is now solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search Icon to wide on cart page’ is closed to new replies.