• Resolved thunder86

    (@thunder86)


    Is there any possibility to narrow the mobile version? it doesn’t look that nice, if the answer like the 600 shows up one line below.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Mahfuzul Alam

    (@mahfuz87)

    Hello @thunder86

    Thank you for reaching out.

    Please use the following CSS code to solve this problem –

    @media only screen and (max-width: 699px)
    {
    .directorist-details-info-wrap .directorist-single-info .directorist-single-info__value {
    margin-left: 45px;
    }
    }

    Kind Regards

    Thread Starter thunder86

    (@thunder86)

    unfortunately it doesn’t effect the mentioned issue.

    https://surferparadise.de/directory/north-9m2/

    I posted a test Listing to show you the issue.
    As example, Price (EUR) and 600 should appear in one line.

    • This reply was modified 4 months ago by thunder86.
    Plugin Support Mahfuzul Alam

    (@mahfuz87)

    Hello @thunder86

    Please use the following CSS to get the desired results –

    @media only screen and (max-width: 991px) {
    .directorist-details-info-wrap .directorist-single-info .directorist-single-info__label {
    min-width: 150px !important;
    }

    directorist-details-info-wrap .directorist-single-info {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    }
    }

    Result: https://prnt.sc/pHLqx4HS4xpD

    If you face any difficulties please contact the support channel – https://prnt.sc/cKSW-z2RTXrs. We will try to help you.

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.