Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • goustaf Friend
    #1082008

    Hi guys,

    I’ve uploaded a image file in the Theme Customizer tab of the template as a custom logo. This image is a .jpg with 150px x 150px. This size is indicated in the template Customizer, as well.

    On frontend, it’s displayed as 90px x 90px….!!

    In the CSS file ..media/ja_simpli/css/custom-styles/198.css I have :

    /* Logo */
    a.logo strong {
        width: 150px;
        height: 150px;
    } 

    when I check the logo with my browser (Ctrl + Shitf +C), it’s 90px x 90px

    I’ve cleaned the cache (browser and Joomla) many times, still no effect on resizing.

    Any idea what’s going wrong, here ?

    Pankaj Sharma Moderator
    #1082065

    Hi
    Can you share the URL of the site here?
    So I will have a look at this issue.

    Regards

    goustaf Friend
    #1082108
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1082119

    Hi
    open /css/custom.css file and add this code

    a.logo strong {
        width: 90px;
        height: 90px;
    }

    Change the width and height in the code as per needs

    Regards

    goustaf Friend
    #1082120

    Done.

    Cache (browser and Joomla are empty) but still no effect…

    Pankaj Sharma Moderator
    #1082121

    Hi
    There is no logo i can see in your custom.css
    http://www.2-zen-detente.com/development/templates/ja_simpli/css/custom.css

    Kindly check.

    Regards

    goustaf Friend
    #1082126

    Weird !!
    Here is my custom.css file in the backend !


    1. custom-css
    goustaf Friend
    #1082135
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1082274

    Hi
    it looks like some cache as you added changes on the backend but not showing on the front end. Kindly check you cleared Joomla cache and also check if you have server side cache enabled.
    Clear them and check.

    Regards

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

This topic contains 8 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 4 months ago.

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