New Landing How can we help? Cardinal Increasing Timeline Layout Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #126313
    Paul Victor
    Member
    Post count: 87

    Hi guys,

    I was wondering which file I would need to target to increase the width of the timeline layout. I have found this topic but that´s related to Dante and it seems it has been changed for Cardinal and I am no longer able to find it.

    Increase width of Blog Timeline Full Width Display

    #126456
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to swift-framework/content/sf-blog.php and edit line 145:

    else if ( $blog_type == "timeline" ) {
                    $list_class .= 'timeline-items';
                    if ( $sidebar_config == "no-sidebars" ) {
                        $wrap_class .= 'col-sm-8 col-sm-offset-2';

    Change ‘col-sm-8 col-sm-offset-2’ to ‘col-sm-12’

    – Kyle

    #126462
    Paul Victor
    Member
    Post count: 87
    This reply has been marked as private.
    #126466
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can’t add it to the child theme, you just have to make the change to the parent theme

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register