Home Forums WoodMart support forum The compare page is not optimazed for mobile phones…

The compare page is not optimazed for mobile phones…

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #506272

    support-1174
    Participant

    Hi,

    The compare page is not optimazed for mobile phones…
    See my image.
    The 2 second colomn does not fit in the screen.
    I should be 2 colomns not 1,5 …

    Can you help me adjust this?

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

    support-1174
    Participant

    See the private content to log in

    #506407

    Luke Nielsen
    Keymaster

    Hello,

    It’s not a bug. It is specially made so that it is visible that there are products and there is a place to scroll.

    If you do not like it, you can use the below code for making 2 columns:

    @media (max-width: 768.98px) {
    	
    	body .wd-compare-table td {
    		flex-basis: 50%;
    	}
    }

    Kind Regards

    #506417

    support-1174
    Participant

    Perfect! Thanks!

    #506436

    support-1174
    Participant

    And how can I add this page into the account page/menu?

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Kind Regards

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