Page 1 of 2 12 LastLast
Results 1 to 10 of 12
Like Tree3Likes

Thread: Thumbnail display on mobile phone

  1. #1
    Thread Starter
    bdadk's Avatar
    Join Date
    Jul 2013
    Location
    United States
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Thumbnail display on mobile phone

    Has anyone had any luck getting the thumbnail photo to display on mobile phones?

    In style.css I see the following:


    Code:
    @media screen and (max-width: 600px) {
    	
    	/* header search box */
    	#searchform .searchfield {
    		width: 100%;
    		padding-bottom: 10px;
    	}
    	.btn-topsearch {
    		float: none;
    		position: absolute; /* button move */
    		bottom: 0px;
    		display: block;
    		margin: 10px 0 15px;
    	}
    	#searchform .searchbutcat {
    		width: 100%;
    		float: left;
    	}
    	.form_search select#scat.searchbar {
    		min-width: 50%;
    		max-width: 100%;
    		float: left;
    	}
    	/* button move */
    	.form_search select#scat.searchbar,
    	.selectBox-dropdown {
    		margin: 0 0 54px 0;
    	}
    	.searchblock .form_search input#s {
    		padding: 10px 7px;
    	}
    	.post-block .post-left {
    		max-width: 85px; 
    	}
    	.content_res img.attachment-ad-thumb {
    		max-width: 100%;
    	}

    Anything lower than 600px does not reference the last line:

    Code:
    .content_res img.attachment-ad-thumb {
    		max-width: 100%;
    	}

    I thought maybe if we inserted the

    Code:
    .content_res img.attachment-ad-thumb {
    		max-width: 100%;
    	}
    in the

    @media screen and (max-width: 400px)

    and

    @media screen and (max-width: 320px

    sections we could get the thumbnails to show up on mobile phones

  2. #2
    Senior Member forsalebytracey's Avatar
    Join Date
    Apr 2012
    Location
    United States
    Posts
    114
    Thanks
    32
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    bobyrou's Avatar
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    201
    Thanks
    16
    Thanked 9 Times in 6 Posts

    we need this

    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Senior Member arivederchi's Avatar
    Join Date
    Apr 2011
    Location
    United States
    Posts
    107
    Thanks
    12
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    bobyrou's Avatar
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    201
    Thanks
    16
    Thanked 9 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    fusac's Avatar
    Join Date
    Oct 2013
    Location
    France
    Posts
    142
    Thanks
    0
    Thanked 3 Times in 3 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Last edited by samcy; December 13th, 2013 at 08:18 AM.
    appsfinder, jimdfire and samerwap like this.
    Rolf Hassel (Samcy)

  8. The Following 2 Users Say Thank You to samcy For This Useful Post:

    forsalebytracey (January 2nd, 2014), samerwap (January 22nd, 2017)

  9. #8
    bobyrou's Avatar
    Join Date
    Dec 2013
    Location
    United Kingdom
    Posts
    201
    Thanks
    16
    Thanked 9 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #9
    Expired Customer jimdfire's Avatar
    Join Date
    May 2015
    Posts
    42
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  11. #10
    Expired Customer dannybnc's Avatar
    Join Date
    Oct 2014
    Posts
    93
    Thanks
    17
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Image upload issue - responsive view on mobile phone.
    By bleem in forum Help Using ClassiPress
    Replies: 29
    Last Post: June 6th, 2013, 04:11 AM
  2. Dimitris Post Ads Via Cell/Mobile Phone
    By khuya in forum Report ClassiPress Bugs
    Replies: 23
    Last Post: December 10th, 2012, 09:14 AM