Okay
  Public Ticket #161625
Remove Space Under Intro
Closed

Comments

  • Kent started the conversation
    How can I remove some of the space between the intro and content? Image is attached. Thanks, Kent
  •  291
    Paul replied

    Hi Kent,

    Please go to "Style Customizer > Others" then try using below CSS into the Custom CSS box:

    #inner-content-container {
        margin-top: 60px;
    }

    Just adjust the margin value here for reducing the space.

    In case you would like to use custom CSS for other elements, I would recommend "Developer Tools" on Chrome or "Firebug" on Firefox to inspect the elements on the page. Then you can know which CSS selector to adjust.

    Cheers,
    Paul

  • Kent replied

    Thank you sir, that worked!

  •  291
    Paul replied

    You're welcome! If you like the theme, could you please help me rate it on your download page at ThemeForest? 5-star rating could really cheer me up! :)

    Thanks!