Home Forums WoodMart support forum Information box issue

Information box issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #159117

    d_ch
    Participant

    Hi,

    While using your information box element with left image alignment, for screen widths<1026 px, the image overlaps the title. How can I fix this issue? I have also enabled the option “Information box inline”but it didn’t fix this. Please check my attached screenshots.

    Waiting for your further advice.

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

    Hello,

    You need to configure columns to be wider on tablet and mobile device or be full-width https://wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/

    Best Regards

    #160133

    d_ch
    Participant

    I finally fixed it with the following CSS snippet:

    @media (max-width: 1025px) {
    .box-icon-align-left .box-icon-wrapper {
        margin-right: 15px!important;
        }
    }

    Thank you!

    #160184

    Hello,

    That is fine. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Information box issue’ is closed to new replies.