Okay
  Public Ticket #1929977
Recent posts
Closed

Comments

  • delalcengiz started the conversation

    Hi! I have added a row with recent posts. 2 columns, classic enhanced. But the columns are stacking on top of each other instead of beside. If I choose 3 columns it looks fine. 

    Thank you //

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Seems like you chose to use three columns. Still need help with this?

    Regards

    Themenectar Support Team

  • delalcengiz replied

    Hi Scott!

    I still need help with this. I want the 2 column option. 

    The blog posts are at the bottom of the page.

    Thanks //

  • delalcengiz replied

    One more question... Why is the featured image so zoomed in? 

  •  8,996
    Tahir replied

    Hey Again,

    Can you provide the relevant page urls where we can see the issues ? .

    Best


    ThemeNectar Support Team 

  •   delalcengiz replied privately
  •  8,996
    Tahir replied

    I cant see any overlapping, could you provide a screenshot  ?. 


    ThemeNectar Support Team 

  • delalcengiz replied

    No overlapping. The columns are stacked instead of beside each other.


  •  8,996
    Tahir replied

    How can i recreate the issue as i cant see it ?


    ThemeNectar Support Team 

  • delalcengiz replied

    Hi!

    I work in Safari and the problem is visible there. I just opened the page in Chrome and Firefox and it looks like it should in those browsers.

  •  8,996
    Tahir replied

    Thanks for the additional info , escalating it to the developer so he may add in a response.

    Best


    ThemeNectar Support Team 

  •  1,089
    ThemeNectar replied

    Hey delalcengiz, add this into the custom css box located in the Salient options panel > general settings > css/script related tab to sort the issue:

    @media only screen and (min-width: 1000px) {
      .blog-recent[data-style*="classic_enhanced"].columns-2 .span_6 {
        width: 48.1%!important;
      }
    }
    

    Cheers

  • delalcengiz replied

    As usual, thank you for great support! It works now!