Okay
  Public Ticket #2888191
Single page and pop-up view styling
Closed

Comments

  •  5
    zdenekklika started the conversation

    Hello, i have one small problem with single page styling – there is difference between pop-up view and single page – separations of paragraphs is not the same – via attached screen. How can this be unified?

  •  795
    Zhivko replied

    Try adding following css:

    .stec-layout-single-description p {
        margin: 20px 0; // 20px top and bottom space
    }

    This will add spaces for the paragraps in the single page mode.


    Stachethemes Developer