Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2338653
Enable top margin with my own setting(s)?
Closed

Comments

  •  1
    SocialPepper started the conversation

    Hi,

    On every page there is the possibility to "disable top margin". Is there also a possibility to set this amrgin (in my case for the webshop) to a specific setting? Like 50px?

    If the margin is "on", on a smaller screen the products can not be seen. If it is "off" the products are directly at the top. I would like a small margin, but not to much.

    Thank you

    Regards,

    Richard

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    .block-content {
        padding-top: 50px !important;
    }

     

    6707465710.png
  •  1
    SocialPepper replied

    Thanks! Solved!

  •  4,774
    Michael replied

    You're welcome!

    Have a nice day!