Home Forums WoodMart support forum Issue with the icon of the infobox slider

Issue with the icon of the infobox slider

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #224237

    Jeriss Cloud Center
    Participant

    Dear,

    Can you please check this video in private, it explains an issue which I need to solve.

    Thanks

    #224247

    Artem Temos
    Keymaster

    Hello,

    Please, send us your admin access so we can check what is wrong.

    Kind Regards

    #224283

    Jeriss Cloud Center
    Participant

    Credentials in private

    #224299

    Artem Temos
    Keymaster

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

    .whb-column.whb-col-mobile {
    	display: block;
    	width: 100%;
    }
    #224303

    Jeriss Cloud Center
    Participant

    Sorry no it doesn’t work good.

    See screenshot of the result, this code impacts other things it shouldn’t impact.

    Can you please review it?

    #224305

    Artem Temos
    Keymaster

    Keep it in the custom CSS. And put it for mobile and tablet devices only.

    #224306

    Jeriss Cloud Center
    Participant

    see

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

    Jeriss Cloud Center
    Participant

    it impacts things it shouldn’t, like the burger menu & cart icon

    #224310

    Jeriss Cloud Center
    Participant

    I just created a staging where you can try all the codes you provide me, so that it doesn’t imapct my live site.

    Just a moment

    #224311

    Artem Temos
    Keymaster

    Replace the code with the following and put it for mobile and tablet devices only

    .whb-header-bottom-inner .whb-column.whb-col-mobile {
    	display: block;
    	width: 100%;
    }
    #224320

    Jeriss Cloud Center
    Participant

    Perfect! This issue is resolved, you can close this ticket thanks

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

The topic ‘Issue with the icon of the infobox slider’ is closed to new replies.