Text running below section area

Home Forums Porto – Responsive HTML5 Template Text running below section area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10044932
    wardsdesign
    Participant

    We are using the Half Section layout at the top of this page, but the smaller text is running off the bottom of the purple primary-section. The text starts with “Our bakery paper-based packaging and serving trays…”.

    Is it possible to have the section expand to allow all the text to show? This is especially a problem in tablet and mobile device views.

    Thanks



    Template Version: 10.0
    #10044940
    Support
    Keymaster

    Hello, we recommend a custom class and media queries in the CSS, example:

    @media (min-width: 992px) and (max-width: 1199px) {
            .text-bigsolut {
    			font-size: 0.85em !important;
    		}
    }

    * adjust the sizes the way you want.


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

This topic is marked as "RESOLVED" and can not rceive new replies.