• Resolved alonagomez

    (@alonagomez)


    Hi Support, can you give me a snippet or CSS to make the blog archive 2 columns for mobile. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @alonagomez,

    This thread might help you. Please just bear in mind that customization/custom code is something that we are not offering to support.

    Kind regards,
    Herman ??

    Thread Starter alonagomez

    (@alonagomez)

    Hi I saw that thread before posting and like he said it has layout issue for 2 columns. Below is the CSS that I used to make 2 columns for mobile and tablet:

    @media (max-width: 921px){
    .ast-plain-container .ast-grid-2 .ast-article-post {
    width: 50%;
    float: left;
    }
    }
    @media (max-width: 480px){
    .ast-grid-common-col, .ast-container, .ast-container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    }
    }

    • This reply was modified 1 year, 10 months ago by alonagomez.

    Thanks for sharing the code, @alonagomez.

    Feel free to start a new thread if there is anything else related to Astra we can help you with.

    Kind regards,
    Herman ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 Column Blog Archive for Mobile’ is closed to new replies.