Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8237
    defkult
    Member

    I am using the style “content to the left” with the sidebar on the right. I feel like the whole site is squished in the middle of the page, and the margins on both the left and right side are far too big. How could I lessen the page margins as a whole, globally?

    Also seeing as I am the only person posting to the blog, I feel the “Posted on DD/MM/YYYY by xxxxx” is unecessary, how can I alter all occurences of it to just say “Posted on DD/MM/YYYY”? I would also like to remove the “Edit” button everywhere on the site, seeing as I manage the post content from inside WordPress itself. Other than that, great theme. Thanks.

    Site URL: iamtpage.com

    #8297
    Sakin
    Keymaster

    @defkult: I don’t understand your first question. I think you are asking about the space at left and right when you have enabled “No Sidebar”. If you want No sidebar, Full Width then you have to upgrade to Catch Box Pro version.

    To disable by author, just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    About the Edit button, that is for the Site admin, normal visitor will not see the edit button. So, you don’t have to do anything for this.

    #8300
    defkult
    Member

    @Sakin: I was looking to decrease the margin width of the page, so there isn’t so much space between my content and the edge of the page itself. If this is a pro feature, then forget it. Also, where would I find the CSS to block out the “Continue Reading –>” part in the list of posts?

    #8381
    Sakin
    Keymaster

    @defkult: Do you mean to remove the gaps when choosing No Sidebar layout. Then you can try in the following CSS in “Appearance => Theme Options => Custom CSS” box
    .singular .entry-header, .singular .entry-content { width: 80%; }

    Add the following CSS in “Appearance => Theme Options => Custom CSS” to block out the “Continue Reading –>” part in the list of posts
    .post a.more-link { display: none; }

    #8389
    defkult
    Member

    Perfect! Thats exactly what I was looking for, sorry for being difficult but I couldn’t figure out how to explain it. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘A Few Requests’ is closed to new replies.