- This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
May 13, 2014 at 1:45 am #10264
LMKWeb
ParticipantI’m looking to create a modular home page similar to the business layout, but using our own widgets instead. We want to have two or three even columns on the home page using an upcoming events widget and custom HTML widgets. I tried setting this up using the business page layout, but it appears that it only supports a single column. Will I need to create a child theme in order to get this to display properly?
May 15, 2014 at 12:05 pm #10337Theme Horse Support Team
KeymasterHi LMKWeb,
It needs code customization. You have to hire a developer for this. If you are good at coding then Just use tag
<div class="one-third">
for third column and<div class="one-fourth">
for fourth column and<div class="one-half">
for two column. You need not have to add the CSS for this our theme supports all those columns.Thank you!
May 17, 2014 at 4:23 am #10381LMKWeb
ParticipantThanks, I added this to the business-layout.php but it just puts the data into a single column in 1/4 of the page. I also attempted adding the tag to each of the widgets, but the layout still didn’t work. Will I have to add custom CSS in order to get this to work properly? How did you manage to get the four columns in the demo layout?
May 18, 2014 at 12:22 am #10397LMKWeb
ParticipantIf the theme supports the columns, then how do I get them to display? I’m sorry your instructions are not clear to me. You gave me the div tags, but I don’t understand where I’m supposed to put them in order to get the widgets in columns. Thank you!
May 18, 2014 at 4:18 pm #10401Theme Horse Support Team
KeymasterOK you can put it from library-> widgets -> attitude_widgets.php
For which widgets you want to change ? There is all the information about the widgets which is displayed in the admin section. There you may change it.
Thank you -
AuthorPosts
- You must be logged in to reply to this topic.