D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Post Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3427
    Paul Wallin
    Participant

    I’m circling back and went a different route.

    Please open the this page: http://realestateinmeridian.com/wp-content/uploads/2013/07/post_issues.png

    There are 3 issues I have;
    1) Featured Image (does not go all the way across, thus the real estate listing I have are off in the formatting. How can i make the featured image larger, or at least the margins wider?

    2) Title: Is it possible to remove author and posting date?

    3) Right Column; How can i remove Archives and Meta sidebar widgets?

    Thank you!

    #4589
    D5 Creation
    Keymaster
    Quote:
    Quote from pablocabo on July 19, 2013, 20:52
    I’m circling back and went a different route.

    Please open the this page: http://realestateinmeridian.com/wp-content/uploads/2013/07/post_issues.png

    There are 3 issues I have;
    1) Featured Image (does not go all the way across, thus the real estate listing I have are off in the formatting. How can i make the featured image larger, or at least the margins wider?

    2) Title: Is it possible to remove author and posting date?

    3) Right Column; How can i remove Archives and Meta sidebar widgets?

    Thank you!

    We see that you are requesting such these style customization continuously. Please use the same way as we mentioned in our previous posts for you. Just find specific styling code block and use that in the Custom Code within Head Area of Small Business Options

    1) This will require custom coding and is subject to Custom Service Opportunity. You can hide this if you want using in the Custom Code within Head Area of Small Business Options.

    Code:
    <style>
    #container .attachment-thumbnail, #container .attachment-category-thumb { display: none; }
    </style>

    2)
    Use the following Code in the Custom Code within Head Area of Small Business Options.

    Code:
    <style>
    .postmetadataw { display: none; }
    </style>

    3) Use Full Width Layout from General Settings of Small Business Options.

    #4590
    Paul Wallin
    Participant

    That was it… all problemas solved!!! Appreciate you taking the time to write that code!!

    #4591
    Paul Wallin
    Participant

    That was it… all problemas solved!!! Appreciate you taking the time to write that code!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.