Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #977857

    Hi
    the items are in centre Here : http://prntscr.com/cw25up
    The different may due the text align is set to left . Do u want to align the text in the center ?
    Kindly update me with a screenshot and highlight the issue in the screenshot .
    I will check it .

    djsmooth5 Friend
    #977978

    Good morning, 😀

    Had a discussion with my colleagues. They want the text centred, but also wanted to know if on mobile there can be 2 columns next to each other.

    https://snag.gy/eAElro.jpg

    Something similar to this for mobile, and the text to be centred.

    Thank you so much for all the help

    Pankaj Sharma Moderator
    #977989

    Hi
    Add below code in custom.css file to make the title in center

    @media(min-width:468px) {
    .category-view .item h2 {
        text-align: center;
    }}
    

    and below code to make then in two columns

    
    @media (max-width:468px) {.ja-masonry-wrap .grid-xs-1 .item {
        width: 50%;
    }}

    Hope it helps .

    djsmooth5 Friend
    #977990

    thank you so much for your patience and helping out!

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

This topic contains 4 replies, has 2 voices, and was last updated by  djsmooth5 7 years, 11 months ago.

The topic ‘Items align Right on mobile’ is closed to new replies.