Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Alph

    (@alpph)

    Hi,

    I put here a request I made in an other post concerning the support of this plugin :

    Could you please test and validate the plugin with WP 4.4 and Twenty Sixteen theme. In this configuration the widget does’nt display correctly i.e. there are some overlapping in the values and the line.

    See https://www.alph.fr/wordpress/

    Thanks

    Thread Starter Alph

    (@alpph)

    HI

    In fact, the mismatch in the dispaly of the Widget result from the following CSS code in Max Mega Menu. MMM permit to use a widget in the menu.

    .categories li {
    	padding: 3px !important;
    	display: block !important;
    }
    .categories li:hover {
    	background: #DDDDDD !important;
    }
    .categories li:hover a {
    	color: rgb(0, 122, 204) !important;
    }
    
    .categories li {
         width: 33% !important;
         float: left !important;
    }

    Is there any possibility to have a CSS code locally in order to avoid that ?

    Thanks

    Alphonse PHILIPPE

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget not diplay correctly’ is closed to new replies.