Home Forums WoodMart support forum Menu Image CSS doesn't work

Menu Image CSS doesn't work

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #158672

    Abutaleb
    Participant

    Dear team \\

    I cannot control image box from single image box keeping aspect ratio same for all image.
    This is happening only HTML Block section in HTML Block for drop down menu (Theme menu category 2)
    I have instilled WP Super Cache and Jetpack today after that it was happened previously it was perfect.
    And another things notice that if i instilled Minify plugin then change few CSS style that totally change the theme style like w3 cache plugin.
    I want to keep both plugin please help me

    I have attached screen shot

    Attachments:
    You must be logged in to view attached files.
    #158697

    Hello,

    The plugins hardly ever influence. When you set 118×118 it means that image view is uploaded from this size but the actual image size would be the same as it has been uploaded to Media Library. You need to upload images of the same size and the same proportion.

    You can test the same on any default theme and you will see the same.

    Best Regards

    #158818

    Abutaleb
    Participant

    Thanks for your quick answer

    1. My image size and image settings are same aspect ratio My image size is 118 x 118 that uploaded Media library. You may explore my site

    2. I have noticed same issue in single page section. please see the attachment.

    Attachments:
    You must be logged in to view attached files.
    #158832

    Hello,

    Please check how your images look like in any of the default themes. You will see the same. If you want images of the same size, you should upload images of the same size and leave the field with the size empty or insert “full”

    Installing demo content doesn’t create a site that is an identical copy of our demo site because it has a big number of pages and images that takes to much time to complete.
    Most images you see on our site are not included in our theme package and will not be imported.

    Best Regards

    #158882

    Abutaleb
    Participant

    Dear Team

    Thanks for your support, I Always appreciated your tremendous support.
    Actually this section (I have attached) not working when i set any value same kind of error in different section in my site when i installed this plugin.
    But earlier was accurate when I installed WP Supper cache since then error is showing.
    Another things i am not copying your theme as it is, I am just showing the different between your theme and mine.

    Attachments:
    You must be logged in to view attached files.
    #159000

    Hello,

    In order to ensure the correct lazy loading operation, all the images are assigned with width:100%; what spreads the image over the container.

    In order to get rid of this style for some certain elements assign this class to the element disable-lazy-load-styles and add this code to the Theme Settings > Custom CSS > Global:

    body .disable-lazy-load-styles img {
    	width: auto;
    }

    Best Regards

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