How to justify to the left side images in K2 (Music City)

GK User
Fri Jul 20, 2012 3:32 pm
How do I can justify all images in K2 component article view to the left side and display in the same line with text? Right now I'm using Music City Joomla template
User avatar
Expert Boarder

GK User
Fri Jul 20, 2012 8:10 pm
Hi,

Can you please give me the link to that page to check and help further?

Thanks,
User avatar
Platinum Boarder

GK User
Sun Jul 22, 2012 10:21 pm
Don Lee wrote:Hi,

Can you please give me the link to that page to check and help further?

Thanks,


here is the link to the page: http://secbattles.com/index.php/football

I would like to have all of the images Left justified. The first image will be full size the rest small will text to the right
User avatar
Expert Boarder

GK User
Mon Jul 23, 2012 6:55 am
Hi,

Please try adding this code to CSS Override:
Code: Select all
#catItemImageBlock{
float: left;
margin-left: 15px;
}

Then let me know if it helps.

Cheers,
User avatar
Platinum Boarder

GK User
Mon Jul 23, 2012 4:51 pm
Don, I added the code below but it does not seem to work. Can you take another look. thanks
Don Lee wrote:Hi,

Please try adding this code to CSS Override:
Code: Select all
#catItemImageBlock{
float: left;
margin-left: 15px;
}

Then let me know if it helps.

Cheers,
User avatar
Expert Boarder

GK User
Mon Jul 23, 2012 8:41 pm
I tried and it really worked for me, have you turned on CSS Override mode in your template setting yet?
User avatar
Platinum Boarder

GK User
Tue Jul 24, 2012 4:57 am
CSS override is on. I have a bunch of overides. Will send you PM with login can you take a look.

Thanks

Don Lee wrote:I tried and it really worked for me, have you turned on CSS Override mode in your template setting yet?
User avatar
Expert Boarder

GK User
Wed Jul 25, 2012 12:50 pm
It's really weird that the code is not loaded, can you please try adding it to file override.css instead, result should look like this http://easycaptures.com/fs/uploaded/607/4115760252.jpg

Thanks,
User avatar
Platinum Boarder

GK User
Thu Jul 26, 2012 3:41 am
Don,
I placed the code into the override.css file, but it did not work.

#catItemImageBlock{
float: left!important;
margin-left: 15px!important;
}

Don Lee wrote:It's really weird that the code is not loaded, can you please try adding it to file override.css instead, result should look like this http://easycaptures.com/fs/uploaded/607/4115760252.jpg

Thanks,
User avatar
Expert Boarder

GK User
Thu Jul 26, 2012 11:05 am
Can you please provide me with FTP access via a PM to check?

Thanks,
User avatar
Platinum Boarder

GK User
Thu Jul 26, 2012 4:01 pm
Don thanks sent PM with access information

Don Lee wrote:Can you please provide me with FTP access via a PM to check?

Thanks,
User avatar
Expert Boarder

GK User
Fri Jul 27, 2012 11:14 am
I haven't got that PM yet, can you please manage to send again?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jul 27, 2012 4:07 pm
Will send again right now.
Thanks

Don Lee wrote:I haven't got that PM yet, can you please manage to send again?

Thanks,
User avatar
Expert Boarder

GK User
Fri Jul 27, 2012 4:10 pm
PM Sent
Don Lee wrote:I haven't got that PM yet, can you please manage to send again?

Thanks,
User avatar
Expert Boarder

GK User
Sat Jul 28, 2012 5:19 am
Don,
I added your code to the k2.css file and it did work there. Dont know why it did not work in the override file. But I would also like to do the same with the K2 item pages, see: http://secbattles.com/index.php/footbal ... the-troops


Is it ok to leave it there or will that mess up another part of the template.

mooreg42 wrote:Don,
I placed the code into the override.css file, but it did not work.

#catItemImageBlock{
float: left!important;
margin-left: 15px!important;
}

Don Lee wrote:It's really weird that the code is not loaded, can you please try adding it to file override.css instead, result should look like this http://easycaptures.com/fs/uploaded/607/4115760252.jpg

Thanks,
User avatar
Expert Boarder

GK User
Sat Jul 28, 2012 2:41 pm
I think it would be better to keep the item pages like what they are now, here is what I tried and it doesn't look good in my opinion http://easycaptures.com/fs/uploaded/610/8931908170.jpg
User avatar
Platinum Boarder

GK User
Sat Jul 28, 2012 6:35 pm
Thanks Don, will leave that way for now and come back to it once I complete the site. We should be able to move that text to the right of the image in the Item View, just as we did in the Category View. I really appreciate your assistance.


Don Lee wrote:I think it would be better to keep the item pages like what they are now, here is what I tried and it doesn't look good in my opinion http://easycaptures.com/fs/uploaded/610/8931908170.jpg
User avatar
Expert Boarder


cron