• keigorjai

    (@keigorjai)


    I currently work on my portfolio and I want to insert an image inside a column with full width. I want the full width image located between the header and text. I am now using a template of “OceanWP” and “elementor”. And I have no idea why my test is out of the column. THank you so much, everyone

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • ikaring

    (@ikaring)

    It is because h1 and h2 have too short line-height.

    In post-39.css:

    body.elementor-kit-39 h1 {
        color: #54595F;
        font-family: "Helvetica", Sans-serif;
        font-size: 21px;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 0.1em;
        letter-spacing: 6px;
    }

    In header ( OceanWP CSS? ):

    h2 {
        font-family: MS Serif,New York,sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 16px;
        line-height: 0.1;
        text-transform: capitalize;
    }
Viewing 1 replies (of 1 total)

The topic ‘I can’t insert image with full width inside a column’ is closed to new replies.