Problem With Image Size

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop43534, Jan 25, 2019.

  1. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    Just let me know what height and width of the images you want to show on the pages.

    I will provide you with the CSS code for the image alignment.

    Waiting for your response!

    Regards,
    Akbar
    InkThemes.com
     
  3. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
    I want them each to be 325 X 364. Do you know why this changed all of a sudden and needs CSS to correct? It's never been an issue before.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    You can use of the CSS code according to you:

    Code:
    img.aligncenter.size-full {
        height: 325px;
        width: 364px;
    }
    If you want the height and width to be auto:

    Code:
    img.aligncenter.size-full {
        height: auto;
        width: auto;
    }
    Regards,
    Akbar
    InkThemes.com
     
  5. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
    Will this code affect all images on site? I only want it to change 2 pages...not all.
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    No, this code won't affect the other images present on the site.

    Just use it and if you face issues then just let us know.

    We will be happy to help you.

    Regards,
    Akbar
    InkThemes.com
     
  7. 1stopnonprofitshop43534

    1stopnonprofitshop43534 New Member

    Joined:
    Jul 18, 2014
    Messages:
    7
    Likes Received:
    0
    I tried to put the code in, but it didn't make any changes. When I go to put the code in, it shows a preview of the home page. Do I need to show it where it views another page? If I give you my credentials, could you add it for me? Also, when I try to add bullet points and align text center, the bullet points stay to the left. Do you know how to fix this?

    www.1stopnonprofitshop.com/survey
     

    Attached Files:

  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    Yes, we will do that for you, just share the screenshots and URL of the pages in which you want us to make changes.

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    Regards,
    Akbar
    InkThemes.com
     

Share This Page