Since the update, distance in categories is wrong

This topic contains 10 replies, has 3 voices, and was last updated by  Kor 3 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #539179

    Kai Siemer
    Expired Member
    Post count: 319

    Hi,

    look in my Screenshot, you see the GD Map the disctance in the categorie map is false, and the Search Button too.

    I have delete all off my CSS, nevertheless, the problem has remained.

    Thanks 4 ur Help

    #539181

    Kai Siemer
    Expired Member
    Post count: 319
    This reply has been marked as private.
    #539189

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    Thanks for your reply. Could you try applying this custom CSS code below and see if it fixes it?

    input#gd_map_canvas_directory_tick_cat_57 {}.map-category-listing-main input[type="checkbox"] {
        margin-top: 0px!important;
    }
    #541257

    Kai Siemer
    Expired Member
    Post count: 319

    Hi i have test it, but thats works not. Its Under Design > Benutzerdefinitiertes CSS > last Line

    What can i do now?

    #541459

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #542450

    Kai Siemer
    Expired Member
    Post count: 319

    I have found an older Screenshot, see in this the normaly Distance.

    Actually very big since update, i want how in the screenshot.

    #542530

    Alex Rollin
    Moderator
    Post count: 27815

    I am still not understand the issue. Did you click on the other post types “Wichtige orte”?

    A

    #542572

    Kai Siemer
    Expired Member
    Post count: 319

    In the old screenshot you can see that the search mask is narrower.

    And you can see that the distances between the individual categories are smaller.

    I want it to be that way again.

    #542632

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    Thanks for your reply. Try applying this custom CSS code below and see if it helps.

    .select2-selection, select, input:not([type=submit]) {
        min-height:inherit!important;
    }
    
    input {
        height: 15px!important;
    }
    #543348

    Kai Siemer
    Expired Member
    Post count: 319

    Hello Thanks thats works, but unfortunately it affects other buttons. See at Screenshot.

    What can i do?

    Best regards

    #543357

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    Sorry for the late response. Try replacing the custom CSS with the below.

    #gd_map_canvas_directory_cat .select2-selection, select, input:not([type=submit]) {
        min-height:inherit!important;
    }
    
    #gd_map_canvas_directory_cat input {
        height: 15px!important;
    }
Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket