Okay
  Public Ticket #512203
I can't understand the results on pages
Closed

Comments

  • Serena started the conversation

    Hello, thank you for your previous answer which was very helpful. I like this theme very much, but I'm still not able to create a standard post or page without some strange result in it. I have tried to put the questions on the attached screen shots.

    I have a post template I keep trying unsuccessfully to make. The gold background is set to full page on the row, the column and the content, yet it does not display that way and looks very silly.

    I don't know what the gold bar containing the breadcrumbs is called. I'd like to get rid of it, but if I can't, I'd like to format it better than this. You can't read the font. But, it also serves very little purpose and takes up a lot of prime space, so I'd prefer to get rid of it or at least make it smaller.

    There is also a lot of empty space at the top of the post I don't like.

    The second image shows a page that is supposed to be full width, with no sidebar, but instead it goes all the way to the left edge, but not all the way to the right. How do I fix this and why is it happening?

    Thank you for your assistance.

  •  895
    TheFox replied

    Hello Serena,

    That\'s strange, you got a space on the right of your posts.

    Could you please give us access to your dashboard so we can check what\'s wrong?

    To hide the title bar and breadcrumbs add this custom css ( thefox > styling options ) :

    .page_title_ctn { display:none;}

    For the top space, for the normal page you can change the top space by editing the first row design options and change the top padding.

    For the blog posts you can add this custom css :

    #posts,#sidebar,.post.post_single.vc_row { padding-top: 20px!important; }

    Regards