Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #956102

    Helloo guys !

    How can i do sub successive 1/3 columns (total 6 pieces) ?
    https://image.ibb.co/c9OQWJ/columns.png

    Best,

    #956170

    Hey koraytastan,

    You can achieve this using masonry grid and use portfolio items or blog posts to display.

    If you like to do it with columns I’m afraid you might run into responsive issues depending on how complicated your final version will be,

    However to achieve a similar result as your mockup please use negative margins in the 2nd row of the columns.

    Best regards,
    Vinay

    #956298

    Can i do with 1/3 column and css?

    #956538

    Hey!

    Yes, it’s possible to do with columns but you have to use custom CSS. have you got started?

    1. Add 6 1/3 columns inside a color section.
    2. Give each column a custom css class name.
    3. Use the CSS to target each colum with -ve top margin instead of margin in element options.

    The reason to use custom CSS is we can precisely control custom margins in mobile device.

    Cheers!
    Vinay

    #956986

    Vinay thank you, it’s working but mobile view incompatible, how can i fix it ?

    Best,

    • This reply was modified 6 years, 6 months ago by koraytastan.
    #957338

    Hi,

    What do you mean by it not being compatible on mobile? Please try to explain a bit further or post a screenshot highlighting the problem. Also post a link to where we can see the actual problem.

    Best regards,
    Rikard

    #957624

    Hi,

    Only 1-4 between problem. Total 6 box, three above three bottom.
    1-2-3-4. (no css class)
    5. and 6. column (css class below)

    https://preview.ibb.co/i02efd/columns.jpg

    .my_column_class { margin-top: -110px  !important; }
    
    @media only screen and (max-width: 959px) {
    .my_column_class {  margin-top: 0px !important; }}
    #958905

    Hi,

    Thanks for the screenshot, though I still don’t see the problem. Could you post a link to where we can actually see the elements?

    Best regards,
    Rikard

    #960087

    Hi Rikard,

    Mobile column ranges is equal but, 1-4, 2-5, 3-6 range not equal (desktop ).
    (Column contents differ from each other.) How to only fix desktop ?

    #961161

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

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