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 #2549951
Remove large gap at top of portfolio pages
Closed

Comments

  • device started the conversation

    You helped me remove breadcrumbs (heart, date, category title) from the top of the portfolio pages but now there seems to be a large gap above the title header and the content module.  Is there a way to tighten this up a little?  Thanks in advance.

  •  7,092
    Oliver replied

    Hi,

    Add this code to the custom CSS filed in the theme options to set it globally for all the pages:

    body .block-content {
        padding-top: 20px;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • device replied

    Worked perfect, thanks!

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver