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

    Hi
    Your older site header looks customised.
    And the new site is offline and submitted login details not working.Kindly share the working details in Private reply and a screenshot of your request.

    Regards

    geosecret Friend
    #1064606

    i already gave you the login details in private !!! but ok the site is now online so you can see it easily.

    Yes you’re right the older site is customised and i want you to help me to configure the css file of the new template so they look the same

    Regards

    Pankaj Sharma Moderator
    #1064616

    Hi
    In this case, you can check the style code you applied on an older website via inspect element or firebug.
    Example: http://prntscr.com/gqnhl6
    And use the same class on new site via custom.css file.
    On older site, you have custom work in core files like bootstrap.css, template.css file. These files will be overridden on template update.

    Regards

    geosecret Friend
    #1064620

    Hello
    no i already tried it doesn’t work because the template has changed a lot
    that’s why i’m asking you !

    Pankaj Sharma Moderator
    #1064623

    Hi
    These are the only changes added by you or your programmer,
    You can copy the css folder from older template and paste the same on new template /local folder.
    It will work as the override of css folder.
    This way you can use the same style codes.

    Regards

    geosecret Friend
    #1064657

    Your solution doesn’t work (i’ve tried it then put back the good css)
    and your answer is not helpfull at all
    maybe it’s because of my english, not so precise

    so i explain you again
    on sopreco.org : it’s an old version of joomla 3.6.4 and also of JA Appolio template 1.0.2
    on dev1.georeflet.fr : it’s Joomla 3.8 and the latest version of JA Appolio template 1.1.6
    in this last template, you made a lot of change particulary about the logo class

    and i’m not able to change your new css to transform it as i want the logo to appear above the main menu
    so i see that you sometimes help people doing it,
    so please could you give me the correction of the css to help me ?
    thank you

    Pankaj Sharma Moderator
    #1064760

    Hi
    Add below code in custom.css file in the css folder to add same style as old site

    
    @media (min-width: 1200px) {
      .container {
        width: 1020px;
      }
    
      .logo-image {
        width: 975px; 
      }
    }
    
    .logo-image {
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }.logo {
        float: none!important;
    }
    

    Regards

    geosecret Friend
    #1065335

    Thanks a lot it works !

    Pankaj Sharma Moderator
    #1065398

    You are welcome!

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

This topic contains 9 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 1 month ago.

The topic ‘logo is not aligned above the main menu’ is closed to new replies.