Home › Forums › IT Consultant Support › IT Solutions Team Columns
- This topic has 6 replies, 3 voices, and was last updated 6 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 20, 2018 at 9:42 pm #104365
Shri, below the shortcode for the team on the IT Solutions template. When I change the show=”2″ to from 4, the two columns show up, but aligned left. If I change the col=”2″ to 2, then I see 2 columns and they are aligned in center, but they are two big. How do I make sure the original size stays the same and only two columns should show and aligned center, below is the code and image:
Original:
[titlearea align=”center” title=”OUR TEAM” titlelast=”” subtitle=”” titlecolor=”#444444″ titlelastcolor=”” seperatorcolor=”#3dbad5″]
[ourteam col=”4″ show=”4″ excerptlength=””]Changed to:
[titlearea align=”center” title=”OUR TEAM” titlelast=”” subtitle=”” titlecolor=”#444444″ titlelastcolor=”” seperatorcolor=”#3dbad5″]
[ourteam col=”4″ show=”2″ excerptlength=””]Result:
Changed to:
[titlearea align=”center” title=”OUR TEAM” titlelast=”” subtitle=”” titlecolor=”#444444″ titlelastcolor=”” seperatorcolor=”#3dbad5″]
[ourteam col=”2″ show=”2″ excerptlength=””]
Result:Regards,
JoeJuly 21, 2018 at 3:59 am #104369I applied the below code to the customized CSS field and it did not work. Again, I want to see two columns, centered
and the box side should NOT change. But the box size changed and two huge boxes display which makes the team section look too big and ugly. How do I fix this please. Please see the site: http://www.technolv.comCode:
#wpsm_team_2_b_row_231 .wpsm_team_2_b_desig { display:none !important;}
Nothing works.
Thanks,
JoeJuly 23, 2018 at 1:38 pm #104445Hi,
Kindly use below code in that section:
<div style="max-width: 600px; margin: 0 auto;"> [titlearea align="center" title="OUR TEAM" titlelast="" subtitle="" titlecolor="#444444" titlelastcolor="" seperatorcolor="#3dbad5"] [ourteam col="2" show="2" excerptlength=""] </div>
Regards,
ShriJuly 25, 2018 at 4:23 pm #104544Thanks Shri,
The code did not work. I still see that section with the wrong column size. It is not the same size as changing the column to show=4 and col=2. Columns as too big.
Thanks,
JoeJuly 27, 2018 at 11:28 am #104594Hi,
Use this Original shortcodes
[titlearea align=”center” title=”OUR TEAM” titlelast=”” subtitle=”” titlecolor=”#444444″ titlelastcolor=”” seperatorcolor=”#3dbad5″]
[ourteam col=”4″ show=”4″ excerptlength=””]After that… kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.home_section5_content { text-align:center;} .home_section5_content .cols4 { float:none; display:inline-block; text-align:center;}
Regards,
DaveJuly 27, 2018 at 8:14 pm #104641That worked! As always, appreciate the help.
Thanks,
JoeJuly 30, 2018 at 2:03 pm #104734🙂
-
AuthorPosts
- You must be logged in to reply to this topic.