Header image blocks posts

Support Area Forums Bottega Header image blocks posts

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.comicbookhideout.com/online-store/
  • Author
    Posts
  • #27123
    Glynnes Pruett
    Participant

    Hello Bill, We are having a issue with the logo blocking some of the content for our site. Is it possible to have the posts start lower on the page? We like the size of our logo, we just need everyone to see the content.

    #27126
    Bill Robbins
    Moderator

    Great question. You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 1024px) {
      
      	#content {
      		margin-top: 100px;
      	}
      
      }
      
    3. Update your settings.

    That should cause the top edge of the page’s content to be below your logo, but not move it down on a smaller screen where it’s already in a good spot.

    If you run into trouble, let me know.

    Have a great night,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header image blocks posts’ is closed to new replies.