Speakers Image Circle dimensions
If you are planning to organize any conference or festival, there are many ways to get help via our forum.
- GK User
- Wed Jan 13, 2016 12:13 pm
Hi guys!
I love this theme but I need a way to change the size of the circle images of the speakers in the frontpage.
I have a first row with two columns, and a second row with four columns to display the speakers. Well, how can I apply a class to change the size of the images of the first speakers row?
Thanks in advance!
I love this theme but I need a way to change the size of the circle images of the speakers in the frontpage.
I have a first row with two columns, and a second row with four columns to display the speakers. Well, how can I apply a class to change the size of the images of the first speakers row?
Thanks in advance!
-
- Junior Boarder
- Joshua M
- Thu Jan 14, 2016 9:22 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- GK User
- Tue Feb 02, 2016 12:38 pm
I sent you a PM, thanks!
-
- Junior Boarder
- Joshua M
- Wed Feb 03, 2016 9:25 am
Try to add the following custom css code to your theme:
- Code: Select all
.gk-speakers[data-cols="2"] img {
width: 200px;
}
-
- Moderator
- GK User
- Wed Feb 03, 2016 9:58 am
Joshua M wrote:Try to add the following custom css code to your theme:
- Code: Select all
.gk-speakers[data-cols="2"] img {
width: 200px;
}
Like a boss!!
It works as I wanted.
Thanks for the support
-
- Junior Boarder
5 posts
• Page 1 of 1