• Resolved kjmediadk

    (@kjmediadk)


    There is a problem with styling. It does not look good. The screenshots of the plugin shows the styled in squares, but it does not work at my site.

    I have added add_action( 'init', 'a_z_listing_force_enable_styles', 99 ); in theme’s functions.php file – but that does not help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    The problem is your theme is applying styling that is overriding the plugin. You can fix it by navigating to admin -> appearance -> customize. From there find the “Custom CSS” feature and add the following CSS code which is specific to your site:

    #left-area .page ul.az-links li {
        background: unset;
        padding: unset;
    }
    Thread Starter kjmediadk

    (@kjmediadk)

    Thanks 🙂

    ashisk

    (@ashisk)

    Default styling not good.
    Could you guide me regarding this?

    http://lees-cutlery.skyliteweb.org/shop-by-name/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styling issues’ is closed to new replies.