I’ve got an 6 columns row setup for dekstop view that turns automatically to 1 row in mobile. I want to show two columns in mobile, how to achieve this?
Take a look at my current setup: http://prntscr.com/czay92
Im actually showing 6 single images there with a link to categories. If you got any better setup in mind, do let me know. I want to have them appearing like this: http://prntscr.com/czb0dw
Hello themesic,
Unfortunately, the theme has been designed to be switched to 1 column for mobile and it is not a simple task to change this behavior because the layout will be damaged. If you want to make this change, please notice that it involves custom work and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello themesic,
Unfortunately, the theme does not have any such an option in this regard and please notice that this task it can not be made so easily because the mobile width is too short and the elements will look very ugly. If you want to implement this way to your mobile mode, please notice you will have to do it yourself and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello themesic,
Please keep in mind that the only solution in this regard is to use the Block 15 which displays in 2 columns for mobile mode (not mobile theme), as you can see here -> http://screencast.com/t/AgTXOvdBeBv
Thanks for your understanding!
Well, our theme blocks and modules were designed to show posts only, not custom content. If you want to add custom content, you can use the visual composer elements that allow you to add images, videos or other elements on your site if you do not want posts.
Thank you!
I understand. However, what Im asking you is a way to show two columns. Can you read our previous conversation with Catalln please and let me know?
// Any ‘non proper way’ alternatives? Like showing 1 block with two links? Can I add a text block that will include a table with two columns or something? //
Hi,
There is no way of showing 2 columns. The block Catalin mentioned shows 2 posts in one column. But you cannot have 2 columns as the mobile view is only 1 column. There is no simple way of having 2 columns on mobile.
This is the way our theme was built. Once the screen goes under 767 px, then only 1 column will be displayed. Block 15 was an exception as it shows 2 posts on 1 column but there is no other element that can do rthis.
What are you trying to achieve? what element do you want to create? what content are you trying to add?
Im trying to create single images that contain a link. Their appearance should be like this: http://prntscr.com/czb0dw
Correct me if im wrong, cant it be set up with a full width text block that would contain html tables (rows/columns) ? Im thinking of this solution, along with the proper CSS for having these tables aligned like this http://prntscr.com/czb0dw on mobile view.
It can be done with html and css if you have the proper skills for it.
Maybe this will help: https://css-tricks.com/responsive-data-tables/
You can also try out a few table generators if you want: http://www.tablesgenerator.com/html_tables
Thank you!