Portfolio & Blog Pages Layout Issues

Hi,

My portfolio and blog pages are all messed up :(

Portfolio: http://www.novadesigns.co.za/portfolio-item/kgoro-central-apartment/ 


The pages move up to the menu level and the header is gone.

I would also like to hide the date and author on portfolio via CSS but cant do it.

I would also like to hide the date and "read more" on related posts so I can have only the thumbnail and the heading since they are both links.

Thanks

Comments

  • Hi,
    if you update to the newest version you can hide the dates in the theme options.
    To change the header space, please go to theme options>header&subheader>header and change the minimalist option. See which fits you best.
    thanks
  • Hi,

    I can hide Meta items on the blog only but on the Portfolio.

    The logo is over my page title. How do I create a top padding to bring both my portfolio and blog pages down to make the title visible?

    Thanks
  • Managed to do it...

    .single-photo-wrapper.image { display: none !important; }
    .post-meta { display: none !important; }
    .one-third { display: none !important; }
    .date_label { display: none !important; }
    .button_label { display: none !important; }
    .button_icon { display: none !important; }
    .sections_group { padding-top: 100px;  }
    .section section-post-header { padding-top: 50px; text-align: right; }

    Is there a better way?
  • No, sorry. Custom css only
Sign In or Register to comment.