Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #112150
    Steven
    Participant

    Hello,

    I am using some of the custom CT widgets that come with the theme. In the options, there is a layout setting that I make 4 columns, as shown in Figure 1.

    However, when the widget loads, it is a single-column view, as shown in Figure 2. I’ve noticed that this happens with all the CT widgets, whether for images, posts, etc. I was wondering how to make the widget shows the images in 4 columns as the layout option suggests?

    Figure 1.
    Widget Configuration 4 columns
    Link to image

    Figure 2.
    Widget appears with only 1 column
    Link to image

    #112168
    Mahesh
    Keymaster

    @stevphel: Please post in your site url.

    Regards,
    Mahesh

    #112654
    Steven
    Participant

    Thanks for the response.

    The website is currently login-protected and won’t be live until next month. Is there a way that we can provide you with the information you need without the link, such as copied code or copies of the files?

    #112687
    Mahesh
    Keymaster

    @stevphel: You can provide the full screenshot of the section and share here.

    Regards,
    Mahesh

    #112932
    Steven
    Participant

    Hello,

    Here is a link to a brief video that shows the issue we’re encountering with the widgets: https://mix.office.com/watch/1j23zhdeo98e7

      Using the CT Gallery Image widget, we set the layout to 4 columns and have 7 images loaded into it.
      We save the widget and get its id name.
      We then edit the page where we want the widget and enter in the widget name.
      The widget images load, but they are not in 4 columns. Instead, they appear in a single column.
    #112964
    Mahesh
    Keymaster

    @stevphel: There has been a small bug in the theme. This will be fixed in the next update.

    Regards,
    Mahesh

    #113100
    Steven
    Participant

    Okay, thanks for letting me know.

    Another question about the CT Featured Post widget. For the ones that do show up, there is no spacing after them. Is there a way to style it so that it adds extra space after you insert a featured post?

    Link to example of what I mean: https://drive.google.com/open?id=0B_iMJXgXlD7cb0l6T2FjOTJTWm8

    #113123
    Mahesh
    Keymaster

    @stevphel: The widget bug has been fixed and the update has also been released. Please update. For the another issue, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .one-column:after,
    .two-column:after,
    .three-column:after,
    .four-column:after{
    	content: " ";
    	display: block;
    	clear: both;
    }

    Regards,
    Mahesh

    #113137
    Steven
    Participant

    Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘CT Widgets Column Layout’ is closed to new replies.