Home Forums WoodMart support forum NEED CSS HELP IN MOBILE FOR INFO BOX BLOCK

NEED CSS HELP IN MOBILE FOR INFO BOX BLOCK

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #248603

    Devrental
    Participant

    Hi , The info box i am using isnot properly aligned in Mobile . Kindly check the screenshot below

    https://prnt.sc/vxmh8w
    https://prnt.sc/vxmhid

    There are total two similar blocks on Home Page. Website link is in Private Area

    #248630

    Nafiul35
    Participant

    Can you give me your website link so that I can give you the exact CSS code?

    Thanks,
    Nafiul

    #248634

    Devrental
    Participant
    #248644

    Nafiul35
    Participant

    Add this code to your website and check. Let me know if it’s helps you.

    .vc_column-inner.vc_custom_1524062567113 {
        text-align: left !important;
    }
    .vc_column-inner.vc_custom_1524062563801 {
        text-align: left;
    }
    .vc_column-inner.vc_custom_1524062559571 {
        text-align: left;
    }
    .vc_column-inner.vc_custom_1524062571051 {
        text-align: left;
    }

    Thanks,
    Nafiul

    Attachments:
    You must be logged in to view attached files.
    #248647

    Nafiul35
    Participant

    Updated Code:

    .vc_column-inner.vc_custom_1524062567113 {
        text-align: left !important;
    }
    .vc_column-inner.vc_custom_1524062563801 {
        text-align: left !important;
    }
    .vc_column-inner.vc_custom_1524062559571 {
        text-align: left !important;
    }
    .vc_column-inner.vc_custom_1524062571051 {
        text-align: left !important;
    }
    #248722

    Hello,

    Please provide your site admin access to the private area.

    Please remove the code provided by Nafiul35

    Best Regards

    #249827

    Devrental
    Participant

    Kindly find the admin in Private area.

    Let me know if any other information is needed

    #250074

    Hello,

    You need to set “No” in the Infobox inline https://prnt.sc/w0lri9

    In this case, they would be aligned left on mobile if you want to have an equal gap on the left, insert one column on the left, hide it on desktop and show on the devices you want to have this gap.

    Best Regards

    #250352

    Devrental
    Participant

    Thank you. Its working Perfectly

    #250418

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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