Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • matheus305 Friend
    #201139

    My website is: http://seja.me/portfolio/index.php/en/

    As you can see in the main page on the “right” position of the template.
    I`m trying to display a banner as a custom html, and I would like to remove the background image for that specific module and also center the image. How could I go about doing that?

    matheus305 Friend
    #548632

    Here’s an image.


    1. example
    Ninja Lead Moderator
    #548816

    You can use the my css customization below

    Open templates/ja_portfolio/css/template.css file and add new rule


    div.ja-moduletable .ja-box-ct p {
    margin: 0px !important;
    }

    div.ja-moduletable .ja-box-ct {
    padding: 4px !important;
    }

    Don’t forget to clear cache from admin area after changes

    matheus305 Friend
    #549439

    Thanks it looks great.

    But I would like it with no borders.
    Just the banner floating.

    Ninja Lead Moderator
    #549470

    The solution below will help you to do that

    Open templates/ja_portfolio/css/template.css file

    find and change

    div.ja-moduletable .ja-box-ct {
    padding: 4px !important;
    }

    To

    div.ja-moduletable .ja-box-ct {
    padding: 0px !important;
    }

    #ja-right .ja-r1 .ja-col div.moduletable {
    margin: 10px 10px 0px 14px !important;
    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum