Home › Forums › WoodMart support forum › Mobile Layout Mobile Layout This topic has 3 replies, 2 voices, and was last updated 6 years, 11 months ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 2, 2018 at 6:30 am #36920 keizershaquilParticipant 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. February 2, 2018 at 8:29 am #36953 Bogdan DonovanKeymaster 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 February 2, 2018 at 9:03 am #36958 keizershaquilParticipant 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. February 2, 2018 at 10:09 am #36966 Bogdan DonovanKeymaster You need to add the same code for Tablet Custom CSS area https://gyazo.com/9ff5e0729512fa8267a20cea45bc1990 Regards. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register