• Resolved schopfis

    (@schopfis)


    I want my boxes to display in a 3 x 3 format on the PC.
    When the page is view in a media format vertically, the boxes don’t align.
    On a tablet, it shows 2 boxes in one row and 1 box on the other.
    How can I edit the css stylesheet to remove the line that says overflow: hidden;
    I tried editing the code .wpsm_row {
    overflow: hidden;
    display: block;
    width: 100%;
    }
    by removing the overflow: hidden; in custom CSS, but when saved it wont take my code.
    please advice

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to edit css to remove overflow: hidden; in css’ is closed to new replies.