• Resolved maareks

    (@maareks)


    hey, please help Im going out of my mind about this. I tryed to modify the class in styles.css but still nothing. It works if I add new styles in console as

    .dgwt-wcas-search-icon .js-dgwt-wcas-search-icon-handler{
    margin-left: 20px!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    }

    but on styles.css nothing happens.

    https://pasteimg.com/image/c80xJ
    I need it to align in menu as others do.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi,
    Just remove space after .dgwt-wcas-search-icon. Correct code:

    .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {
      margin-left: 20px!important;
      margin-top: 5px!important;
      margin-bottom: 5px!important;
    }
    
    Thread Starter maareks

    (@maareks)

    Still not working i tryed in incognito mode and normally, nothing happens …

    Thread Starter maareks

    (@maareks)

    Nvm thanks needed to change in style.min.css

    • This reply was modified 3 years, 7 months ago by maareks.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problems with fibosearch mobile menu’ is closed to new replies.