Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • max_santiago Friend
    #1057965

    Hi, I want set a top-padding of a clients-module in homepage (site in production at moment). You can see there is too much ‘blank space’ on top of the module. Can you help me? Thanks!

    M.

    • This topic was modified 7 years, 2 months ago by  max_santiago.

    1. padd
    Pankaj Sharma Moderator
    #1058026

    Hi
    Can you share working site URL here, I will check and suggest you changes based on your site.

    Regards

    max_santiago Friend
    #1058399
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1058512

    Hi
    Add this code in the custom.css file to change the padding value as per needs.

    @media (min-width: 1200px)
    {
    .t3-section.pt-x2 .container {
        padding-top: 168px;
    }}

    Regards

    max_santiago Friend
    #1058949

    Hi
    Add this code in the custom.css file to change the padding value as per needs.

    <pre class="prettyprint linenums:1 prettyprinted" style="">

    1. <span class="lit">@media <span class="pln"> <span class="pun">(<span class="pln">min<span class="pun">-<span class="pln">width<span class="pun">: <span class="pln"> <span class="lit">1200px<span class="pun">)
    2. <span class="pun">{
    3. <span class="pun">.<span class="pln">t3<span class="pun">-<span class="pln">section<span class="pun">.<span class="pln">pt<span class="pun">-<span class="pln">x2 <span class="pun">.<span class="pln">container <span class="pun">{
    4. <span class="pln">padding<span class="pun">-<span class="pln">top<span class="pun">: <span class="pln"> <span class="lit">168px<span class="pun">;
    5. <span class="pun">}}

    Regards

    Good, thanks Pankaj!

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

This topic contains 4 replies, has 2 voices, and was last updated by  max_santiago 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum