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

    Hi
    both are using different classes , so changes are not so identical
    try below code in custom.css file

    .acm-features-intro.style-2 .list-social:after {
        left: 90px;
    }
    
    .acm-features-intro.style-2 .list-social li {
        z-index: 3;
        background: #fff;
    }

    It will look like this > http://prntscr.com/bizvvv

    Hope it helps .

    Ludovic ANTIER Friend
    #943112

    Hello Pankaj

    I would like this please (in attachement)

    It’s possible ?


    1. modelpourvisuel
    Pankaj Sharma Moderator
    #943122

    Hi
    Go to /templates/ja_resume/local/acm/features-intro/css/themes/bie/style.css
    Find this code

    .acm-features-intro.style-2 .list-social:after {
        border: 4px solid #83b939;
        content: "";
        position: absolute;
        left: 35px;
        top: 0;
        height: 100%;
        width: 100%;
    }

    Replace it with

    .acm-features-intro.style-2 .list-social:after {
        border: 4px solid #83b939;
        content: "";
        position: absolute;
        left: 135px;
        top: 15px;
        height: 125px;
        width: 127px;
    }

    And add below code in custom.css file

    
    .acm-features-intro.style-2 .list-social li {
        z-index: 3;
        background: #fff;
    }

    save file , clean Joomla and browser cache and check .

    Please note this style is only for large view , because its new custom style it will not work on all layouts views . You can use media queries to apply the different style for different views via custom.css file .
    getbootstrap.com/css/#grid-media-queries

    Hope it helps .

    Ludovic ANTIER Friend
    #943153

    Thanks fot your help !

    But they are actually a bug in my website.

    I folllow you instruction but I invite you to visit the website. http://www.bie.re

    Could you help me ?

    Pankaj Sharma Moderator
    #943156

    Hi
    You have not added the code correctly , I just updated it again , please check the site now .

    Ludovic ANTIER Friend
    #943160

    Hello,

    sorry, yes it’s perfect

    but the square is not open.

    It’s possible is open please ?

    like this : in attachement.


    1. modelpourvisuel-1
    Pankaj Sharma Moderator
    #943180

    Hi
    are you working on the site ? because the code is changed back to default every time i am changing it .
    Kindly revert the changes and let me know i will change the suggested codes myself .

    Ludovic ANTIER Friend
    #943188

    No,
    I just change photo in home page. and I clear the cache.
    sorry, I wait to you give me a solution please.

    Thank you very much.

    Pankaj Sharma Moderator
    #943217

    Hi
    please clean browser cache and check now ,
    It looking like this now : http://prntscr.com/bjwrd8

    Ludovic ANTIER Friend
    #943294

    The problem find a issue thank you very much !!!

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

This topic contains 10 replies, has 2 voices, and was last updated by  Ludovic ANTIER 8 years, 4 months ago.

The topic ‘Change the square in the template’ is closed to new replies.