How to align all products link to the right side in homepage tabs free prestashop modules?

Hello, I would like to align the link on the bottom of the homepage tabs (Alle aktuellen Produkte) to the content, (it is completely on the left now). The english version of the text is "show all products".

Align the 'show all products' link to the right side of the screen

paste these styles to your theme styles file:
.all-product-link {
    margin:0px!important;
    display:block;
    text-align:right;
    padding:0px 10px 20px 10px;
}

the effect will be:
https://i.imgur.com/tE9I4Df.png
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment