Results 1 to 5 of 5

Thread: This is how to Make Thumbnail Images Larger 100 x 100 on home page

  1. #1
    Thread Starter
    Expired Customer n2rga's Avatar
    Join Date
    Jul 2013
    Location
    United States
    Posts
    156
    Thanks
    3
    Thanked 6 Times in 6 Posts

    This is how to Make Thumbnail Images Larger 100 x 100 on home page

    I have searched and searched and searched to make the thumbnails bigger on the main page. But could not find the answer on how to do it. well I finally
    sat down and did this myself.

    First let me say this is what I did on my directory at the moment it is local.
    I'm going to go through the procedure on how to do it step by step..
    If you can't do this yourself or need someone to do it for you, go to http://www.phpbbmodinstalls.com and fill out the contact form.

    First Make a backup of everything. Database and files.
    Login to you back-end Admin dashboard
    Go to Settings >> Media
    Change
    Thumbnail size to 100 x 100
    Medium size to 400 x 400
    Large size to 1024 x 1024

    If you have an already developed site with images you will need to regenerate your thumbnails.
    I did not have to do this since my site was a new one. but you can use Regenerate Thumbnails plug-in to do it.

    https://wordpress.org/plugins/regenerate-thumbnails/


    Then open up style.css with a text editor

    Find
    p {

    Change
    margin-top: 10px;
    to
    margin:10px 150px 0 50px;

    Find
    .listing_thumbnail {

    Change
    max-width: 50px;
    to
    max-width: 100px;


    Find
    article > h2 {

    Change
    margin:0 0 6px 0;
    to
    margin:0 0 6px 50px;


    Find
    article.listing p.listing-cat,
    article.listing p.listing-phone,
    article.event p.event-cat,
    article.event p.event-phone {

    Change
    margin:0 16px 0 0;
    to
    margin:0 16px 0 50px;


    Find
    article.listing p.listing-address,
    article.event p.event-address {

    Change
    margin:0;
    to
    margin: 0 0 0 50px;

    Save and close editor
    Upload to Website to your vantage theme.
    Clare cache if you have a caching plugin.
    Reload page
    Like my How To Thread
    Mitch
    https://www.3alienswebhosting.com Affordable website Hosting

  2. The Following User Says Thank You to n2rga For This Useful Post:

    olmeca2005 (February 5th, 2017)

  3. #2
    Thread Starter
    Expired Customer n2rga's Avatar
    Join Date
    Jul 2013
    Location
    United States
    Posts
    156
    Thanks
    3
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Mitch
    https://www.3alienswebhosting.com Affordable website Hosting

  4. The Following User Says Thank You to n2rga For This Useful Post:

    olmeca2005 (February 5th, 2017)

  5. #3
    Thread Starter
    Expired Customer n2rga's Avatar
    Join Date
    Jul 2013
    Location
    United States
    Posts
    156
    Thanks
    3
    Thanked 6 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Mitch
    https://www.3alienswebhosting.com Affordable website Hosting

  6. The Following User Says Thank You to n2rga For This Useful Post:

    olmeca2005 (February 5th, 2017)

  7. #4
    olmeca2005's Avatar
    Join Date
    Mar 2011
    Location
    Turkey
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #5
    olmeca2005's Avatar
    Join Date
    Mar 2011
    Location
    Turkey
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Getting a responsive larger post thumbnail for the blog posts
    By henrikg in forum ClassiPress General Discussion
    Replies: 0
    Last Post: March 3rd, 2014, 04:25 PM
  2. Make pics larger
    By thk1976 in forum Ultra Classifieds
    Replies: 1
    Last Post: December 3rd, 2013, 04:29 PM
  3. How To Make The Featured Ad Check Box Larger?
    By seoagent in forum ClassiPress General Discussion
    Replies: 3
    Last Post: September 16th, 2012, 08:25 PM
  4. Larger images on front (home) page
    By jeanne38654 in forum ClassiPress General Discussion
    Replies: 5
    Last Post: November 10th, 2011, 01:12 PM