Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #974778

    Hi

    Add to your custom.css

    .department-list ul.department-list li {
    width:120px!important;
    height:110px!important;
    }

    Looking at your custom.css too i noted you have this in your code

    .department-list ul.department-list li a{
       border-radius: 0 !important; 

    so they appear squared

    Regards


    1. Screenshot-at-ott-09-22-12-24
    tishelpdesk42 Friend
    #974873

    Dear Mr.Pavit,

    Thank you for your reply.

    Please be informed that I have added this code to my custom.css but still the Department List are square. Also be noted that the following code is not in my custom.css

    .department-list ul.department-list li a{
    border-radius: 0 !important;

    How can I fix it?

    Regards,

    Ahmad Moussa

    pavit Moderator
    #974914

    Hi

    Your /com_eventbooking/assets/css/custom.css file contain this code at line 4

    .department-list ul.department-list li a{
       border-radius: 0 !important;

    change it to :

    .department-list ul.department-list li a{
       border-radius: 50% !important;
    }

    1. Screenshot-at-ott-10-08-26-54
    tishelpdesk42 Friend
    #974937

    Thank you Mr.Pavit,

    I really appreciate it.

    Regards,

    Ahmad Moussa

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  tishelpdesk42 7 years, 11 months ago.

The topic ‘Department List Circles are not viewed correctly after updating one plugin’ is closed to new replies.