Different height for PHONE and COMPUTER

all in the title, cause 1000px too small phone but too big for computer

1 Like

Hi there @AELU_Media :wave:

You can adjust the height on the desktop on the Layout tab of your widget’s settings:

And here is the code to set the height on mobile:

@media (max-width: 480px) {
  .eapps-facebook-feed-content-container {
    height: 300px;
  }
}

Just add it to the Custom CSS field on the More tab and let me know if it helped :slightly_smiling_face: