Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi,

    something is setting these row cells to have float: none; in CSS and that breaks the horizontal layout. If you inspect the cells with dev tools in your browser you will see this CSS:

    
    #pg-3906-0 .panel-grid-cell {
        float: none;
    }
    

    If you disable this, then the layout looks ok. It looks like the whole panel grid has this setting. So I advise you to check the settings for this whole row (where the tabs widgets is positioned) and see, if you have any special settings set for it. Alternatively, create a blank page and only add the tabs widget to the page and try the same layout (row with 3 columns) and see if it works.

    Take care!

    Thread Starter irinavino

    (@irinavino)

    thanks, Capuderg! will try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the items are not displayed in a row’ is closed to new replies.