Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] How do I remove the white on the left and right sides of an image?


  #1  
Old Jan 8, 2015, 11:52 AM
Vanessa_S
 
26 posts · Apr 2011
It looks like padding. But when I float my cursor over the left and right of an image it's part of the image. I have searched for a long time (multiple times over the years I've used Atahualpa) and have not found a solution.

How do I remove this "padding" of sorts?

http://www.loadedkiln.com/

  #2  
Old Jan 8, 2015, 01:06 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Some CSS like this might work.
HTML Code:
.post img.size-full {
    width: 100% !important;
    max-width: 100% !important;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 8, 2015, 02:43 PM
Vanessa_S
 
26 posts · Apr 2011
That almost worked! It fixed most of the images, but any images on the page that were not that wide grew to be too big. Thank you though!
  #4  
Old Jan 8, 2015, 02:50 PM
Vanessa_S
 
26 posts · Apr 2011
Perhaps if I could make the text indent a bit and not the images? To line up with the image? Either way I would be pleased.
  #5  
Old Jan 8, 2015, 04:51 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Your layout is defined as 1000px
your left sidebar is 208px
1000px - 208px = 792px

Your image is defined as width 722px center aligned

792px - 722px = 70px

half of that is 35px which is why you see the margins
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Jan 8, 2015, 06:59 PM
Vanessa_S
 
26 posts · Apr 2011
I was hopeful but I set the width to be 930 and 900, and it is still happening. Hmm...
  #7  
Old Jan 9, 2015, 03:10 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
add the following to your CSS Inserts option
HTML Code:
.post img.size-full {
	max-width: 100% !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Jan 9, 2015, 08:22 AM
Vanessa_S
 
26 posts · Apr 2011
That did it, thanks!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Logo Image on the Left Side and Javascript Code on the Right Side? GRF Header configuration & styling 3 May 16, 2012 10:58 AM
[SOLVED] Removing white space from left side of page. katylove Atahualpa 3 Wordpress theme 8 Dec 9, 2011 09:35 PM
Remove Categories from the Left Side Bar pkmittal81 Sidebars & Widgets 1 Feb 6, 2010 07:19 AM
How can a place a logo image on the left side and another image on the right side? Ms. M Header configuration & styling 11 Jan 18, 2010 12:28 PM


All times are GMT -6. The time now is 05:17 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.