Images not correctly left aligned on iPad

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Mon May 12, 2014 3:51 am
The banner images are not correctly left aligned on iPad and some versions of Firefox eg: http://development.fourier.com.au/f2/product-services/cloud-solutions/

Can this be corrected with css?

S
User avatar
Senior Boarder

GK User
Mon May 12, 2014 6:14 am
They are "centered" like - so both spacing on the left and right are same.
User avatar
Moderator

GK User
Mon May 12, 2014 7:29 am
Thanks but this is the code I have in the Top Widgets II area:

Code: Select all
<img src="http://development.fourier.com.au/f2/wp-content/uploads/2014/03/Consulting-services1.png" style="float: left;">


So now I have tried this code in the override.css :
Code: Select all
#gk-top2 .box,
#gk-top2 .box img {
   padding: 0;
float: left;
}


But the images are still not left aligned on iPad or FF.

S
User avatar
Senior Boarder

GK User
Mon May 12, 2014 3:54 pm
Please edit: /templates/gk_cloudhost/css/override.css and add at its end:
Code: Select all
.box {
padding: 0px;
}
User avatar
Moderator

GK User
Mon May 12, 2014 3:58 pm
And if that will not work, please check:
Code: Select all
#gk-top2 .gk-page {padding: 0px;}
User avatar
Moderator

GK User
Tue May 13, 2014 2:23 am
Hi Cyberek

I tried both those snippets but the images are still not left aligned on iPad :(
Do you have any more suggestion for me?
Thanking you
S
User avatar
Senior Boarder

GK User
Tue May 13, 2014 4:03 pm
Please modify last one to:
Code: Select all
#gk-top2 .gk-page {
padding: 0px !important;
}
User avatar
Moderator

GK User
Wed May 14, 2014 2:09 am
Ahhh that's done it! Thank you! :)
S
User avatar
Senior Boarder


cron