Page 1 of 1

Promotion Page problem

Posted: 22 Aug 2016, 16:28
by diogogarcia
You can see in the image below that the text overflows from the orange section to the white section. The image is from the PrimeFaces preview page, I just editted the text on the web developer tools.

Image

Can you fix this? I currently have a lot of text I want to put in the orange section, but it keeps getting overflowed.

Diogo

Re: Promotion Page problem

Posted: 23 Aug 2016, 10:59
by mert.sincan
Please try with;

Code: Select all

@media (max-width : 1024px) {
      #landing-page-wrapper #landing-promotion {
             height: auto;
             display: flex;
      }
}

Re: Promotion Page problem

Posted: 24 Aug 2016, 17:50
by diogogarcia
Thanks! It did the trick. I have just removed the media query as the problem was happening also on larger screens.

Re: Promotion Page problem

Posted: 29 Aug 2016, 08:27
by mert.sincan
You're welcome! Is issue resolved?

Re: Promotion Page problem

Posted: 27 Sep 2016, 17:04
by diogogarcia
Yes, resolved!

Re: Promotion Page problem

Posted: 06 Oct 2016, 13:19
by mert.sincan
Thanks for the update ;)