mixfolio

  • Unknown's avatar

    I am using mixfolio and I would like to reduce the spacing under the headings so it is closer to the text below.
    I am also struggling to line up the images and the text. Is there an easy way of doing this?
    And is there any way that I can remove the search box in the top bar?
    Instead of the searchbox I would like nice little twitter and facebook icons and links.
    Sorry – so many wants!

    Sharon

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello, I’ll try to help some of your questions.

    I am using mixfolio and I would like to reduce the spacing under the headings so it is closer to the text below.

    Try this custom CSS:

    .entry-header .entry-title {
    	margin-bottom: 10px;
    }

    The original margin bottom is 36px, tweak the numbers to find the spacing you like best.

    And is there any way that I can remove the search box in the top bar?

    Use this CSS:

    #branding-inner #searchform {
    	display: none;
    }
  • The topic ‘mixfolio’ is closed to new replies.