• Hi.

    I love this theme, but i need help to:

    #1: reduce the width above and under the logo.. to much space that just takes up space when reading the site.

    #2: is it possible to add social media buttons in the header? or in the menu? Dont want in the widget area, but somewhere else… i see many themes have them in the top right corner.

    In advance, thank you!

    Olav

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    To resolve your first issue, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .logo {
        margin-top: 28px;
        margin-bottom: -29px !important;
    }

    Note: Change the numeric value as per your requirement.

    As per your second requirement, your required feature will available in the pro version of the theme.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘space in header and social media buttons’ is closed to new replies.