Log in

View Full Version : Image not showing as it should



juanperosa
08-11-2015, 11:54 PM
Hi,

First of all, nice to meet you, first post on this forums they look great!

I have been triing for a few days to center an image i have displayed on my sidebar, but the theme i am actually using is coded a way i am not use to, uses like presets for sidebars and menus, and i am not finding the way to center the image "G2A" on my sidebar.

I know i should change the padding and the .well sidebar width, but i can't find those paramethers on the style it uses like some "canvas" presets i am not familiar with , so i don't know what to modify. You can check it out on the website http://ratonesgaming.com , and i can share you a part of the CSS style in order to fix it.

Thanks for all, i hope you can help me!

Regards.

coothead
08-12-2015, 12:33 AM
Hi there juanperosa,


and a warm welcome to these forums. ;)

If this...


http://ratonesgaming.com/wp-content/uploads/2015/08/banner-g2a-3.0.png

...is your problem, then change this...



<img class="alignleft" src="http://ratonesgaming.com/wp-content/uploads/2015/08/banner-g2a-3.0.png" alt="" width="300" height="450" />

...to this...



<img class="alignleft" src="http://ratonesgaming.com/wp-content/uploads/2015/08/banner-g2a-3.0.png" alt="" width="100%" />



coothead

juanperosa
08-12-2015, 02:09 PM
Awesome, it worked!

Really thanks for it, i spent like 2 hours, tried almost everything on CSS and aligning html, even created new aligning paramethers to override the theme's, but that was quite and easy solution for the problem, maybe i was just triing too complicated stuff.

coothead
08-12-2015, 02:13 PM
No problem, you're very welcome. ;)


coothead