Home Forums WoodMart support forum Mobile Layout

Mobile Layout

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

    keizershaquil
    Participant

    Hello,

    I tried building a similar red bar above the footer of the Marketplace demo. But its not displaying properly for the mobile version. How can I fix it? Please see attached screenshot.

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue.

    .text-center .woodmart-info-box.info-box-inline {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex
    }

    Regards

    #36958

    keizershaquil
    Participant

    Thank you,

    It worked for the mobile. But I just noticed it does on one of the columns at the iPad layout. Please see attached screenshot.

    Best Regards

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

    Bogdan Donovan
    Keymaster

    You need to add the same code for Tablet Custom CSS area https://gyazo.com/9ff5e0729512fa8267a20cea45bc1990

    Regards.

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