Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1122543

    Hi,
    I want to get the mobile shop to 2 columns.
    How can I do this?
    Thank you very much in advance.

    #1122568

    Hey Angelo_Sule,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1122572

    Of course. The link is in Private Content area ;)
    Thanks

    #1122864

    Hi Angelo_Sule,

    Do you mean you want two columns in this view?
    Screen Shot 2019-07-29 at 20.12.11.jpg

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
    	.responsive #top #main .products .product {
    		margin: 0 1% 1% 0;
    		width: 49%;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1122900

    It works perfectly in custom.css
    Thanks Victoria!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.