Team Module - Image Size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 03, 2014 8:35 am
Reply with quote
Report this post
Hi,

I'm trying to configure the team module to show just one person/photo. I set it to 1 column, but the picture blows up to full width!

I just want a smaller pic, width around 208 px.

Please can you show me how to do this?

Thanks,

Mark
User avatar
Fresh Boarder

GK User
Tue Jun 03, 2014 11:01 am
Reply with quote
Report this post
Could you please post an url to your site to a place where this issue can be seen?
User avatar
Moderator

GK User
Wed Jun 04, 2014 12:17 am
Reply with quote
Report this post
Sure, http://www.xxx.helppeoplebuy.com/ (scroll down to 'About' section).

Thanks,

Mark
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 12:22 am
Reply with quote
Report this post
Also, here's the HTML I'm using (obviously I need to adjust the links etc):

<div class="gkTeam col1 animate_queue width="50%"">
<figure data-fb="https://www.facebook.com/gavickpro" data-twitter="https://twitter.com/gavickpro" data-gplus="https://plus.google.com/+gavickpro/posts" class="animate_queue_element">
<img src="images/markmoore249.jpg" height="249" border="0" alt="Mark Moore" />
<figcaption>
<h3>Mark Moore</h3>
<small>Director</small> </figcaption>
</figure>
</div>
<p style="text-align: center;"><a class="border bigbutton" href="#">Learn More</a></p>
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 3:24 pm
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkTeam figure {
max-width: 244px;
margin: 0 auto !important;
float: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Jun 04, 2014 10:42 pm
Reply with quote
Report this post
Thanks so much, fixed :)
User avatar
Fresh Boarder

GK User
Fri Jun 06, 2014 8:47 pm
Reply with quote
Report this post
Is there anything else I can help you with on this topic?
User avatar
Moderator

GK User
Mon Jun 09, 2014 12:56 am
Reply with quote
Report this post
No, that was perfect, and thanks for the super-fast response and follow up too :)
User avatar
Fresh Boarder

GK User
Mon Jun 09, 2014 3:47 pm
Reply with quote
Report this post
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron