• Resolved nirb

    (@nirb)


    Hi
    How can i text align to left?
    I do not want everything centered

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @nirb

    You deactivated our plugin on mentioned URL and we can’t check your issue.

    Thread Starter nirb

    (@nirb)

    Hi
    sorry, your plugin is active now, can you check it please?
    Thank you!

    https://wordpress-616179-1998880.cloudwaysapps.com/

    Plugin Author templateinvaders

    (@templateinvaders)

    Hi @nirb

    What exactly you need to align left? Do you need to apply it to mobile view also?

    Thread Starter nirb

    (@nirb)

    Hi
    I need to align left all product section, only on mobile

    Thread Starter nirb

    (@nirb)

    Hi
    can you help me please with align text to left in mobile instead of center text?

    Plugin Author templateinvaders

    (@templateinvaders)

    Hi @nirb

    You can use the next custom CSS rules:

    @media only screen and (max-width: 768px) {
        table.tinvwl-table-manage-list *, .tinv-wishlist .social-buttons {
            text-align:left!important;
        }
        .tinv-wishlist .tinvwl-table-manage-list .product-cb, .tinv-wishlist .tinvwl-table-manage-list .product-remove {
            width:50%!important;
            float:left;
        }
        .tinv-wishlist .product-remove button {
            margin-right:10px;
        }
        .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail {
            clear:both;
        }
        .tinv-wishlist .product-stock p {
            margin-left:0;
        }
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘text align to left’ is closed to new replies.