Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #49232
    Kim
    Participant

    1) Remove the ‘posted in:’ and ‘tagged’ from underneath the posts.

    2) Move the Title above the Featured Image on the Archive Pages

    3) Remove the space below the main nav? I tried the following but it didn’t do the trick:
    .entry-title { padding-top: 0; }
    #main { padding-top: 10px; }

    (some of the catchbox pro css is working so I’m testing those out before I bother you with these things)

    4) Remove space between the secondary sidebar widgets.

    5) Remove space between the primary sidebar widgets.

    6) Some of my featured post images are not centering on some of my posts. How do I
    get them to center on all of my posts?

    You can refer to my staging page: http://hidemyage.staging.wpengine.com/

    Thanks! (and here we go again.)
    Kim
    hidemyage

    #49253
    Sakin
    Keymaster

    @Kim:
    1. I see that you have already hide this.

    2. There is no option to move title above the featured image in the archive page. You can see the available layout in “Appearance => Theme Options => Layout Options”. If you don’t want like this then you can use it like in your live Site, where you have set Layout Options to “Full Content Display”, this will display any featured image and it will show just want ever is there in the post before more tag break. So, you can add image and all as per your need.

    3. You can replace your custom css
    #main { padding-top: 10px; }
    with the
    #main { padding-top: 0; }

    4 and 5. You can add the following css in “Appearance => Theme Options => Custom CSS” box and if you further want to reduce it then you can reduce that 5px as per your need.

    #secondary .widget,
    #third-sidebar .widget {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    6) Can you show me the url where you have this issue.

    #49260
    Kim
    Participant

    Question – if I put css that doesn’t apply will it have any affect on the site? I’d like to just copy all of the css from my old site and see what sticks.

    ?
    Kim

    #49261
    Kim
    Participant

    I just don’t want to mess it up.

    #49271
    Kim
    Participant

    #6 – I cannot find one! Strange but good.

    How can I remove all the extra white space between posts?

    #49294
    Sakin
    Keymaster

    @Kim: Please don’t add unnecessary custom css. It’s not good. Don’t copy the css from Catch Box Pro to Catch Flames Pro. These themes are different and most of the css will not work.

    To remove extra spaces between your posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry,
    .archive #content .hentry {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #49308
    Kim
    Participant

    Here’s the thing. I don’t know which that I already entered are not valid. Can you glance at it?

    Kim

    .blog #content .hentry,
    .archive #content .hentry {
    margin-bottom: 0;
    padding-bottom: 0;
    }
    #secondary .widget,
    #third-sidebar .widget {
    margin-bottom: 5px;
    padding-bottom: 5px;
    }
    .entry-title { padding-top: 0; }
    #main { padding-top: 10px; }
    footer.entry-meta { display: none; }
    .entry-content, .entry-summary { text-align: justify; }
    .widget_image img {
    border: none;
    margin: 0;
    padding: 0;
    footer.entry-meta { display: none; }
    .entry-title { padding-top: 0; }
    #main { padding-top: 10px; }
    #secondary .widget_catchbox_adwidget img {
    display: block;
    margin: 0 auto;
    text-align: center;
    }
    #primary .widget_catchbox_adwidget img {
    display: block;
    margin: 0 auto;
    text-align: center;
    }

    #49417
    Sakin
    Keymaster

    @Kim: Sorry this is not possible. I will can check in if you have any issue. Checking all these custom css in not possible.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘a few questions’ is closed to new replies.