New Landing How can we help? Themeforest Theme Support Neighborhood trying to update blog standard width – standard-post-content span6

Viewing 13 posts - 1 through 13 (of 13 total)
  • #66619
    Neighbourhooddesign101
    Member
    Post count: 14

    Hi, I am trying to make the <div class=”standard-post-content span6″> image/date wider on standard blog page to remove white space between image and sidebar.

    I added custom css that seem to work however the social icons moved to the center of top menu
    What is the correct css?

    .span6 {
    width: 670px;
    }

    Also, on the home page can i get my blog to open within the first/most recent blog post?
    I was thinking like this see link below:

    how to open home page with most recent post only

    theme 1.68 | WP Version 3.8.2

    regards
    Michael

    #66706
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide website URL and attach marked sceenshot for your request changes so i can try to resolve it .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #70596
    Neighbourhooddesign101
    Member
    Post count: 14

    Hi I am trying to make the image size wider as i have removed the avatar .css on left hand side.

    http://neighbourhooddesign.com.au/design/

    #70969
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this code <div class="standard-post-content span8"> instead of <div class="standard-post-content span6"> to make post content area with image wider .

    2-How to open home page with most recent post only?
    I see that you managed it to resolve . Let me know your feedback .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #70987
    Neighbourhooddesign101
    Member
    Post count: 14

    Hi Mohammad,

    i tried:

    .span8 {
    width: 770px;
    }
    
    

    .standard-post-content .span8 {
    width: 770px;
    }`

    What do i need to add to custom.css?

    In regards to question 2

    How to open home page with most recent post only?

    This is working. However, If i dont used thumbnail options and select a image.. I don’t get a thumbnail for archives: see article

    Welcome to Welcome to the neighbourhood!

    link

    I tried to use feature image but no thumbnail.

    regards
    Michael

    #71480
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can put this custom css code at Admin -> Theme Options -> Custom CSS => Here put this code
    and update options .Anyway your second issue is sorted .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #71486
    Neighbourhooddesign101
    Member
    Post count: 14

    Hi Mohammad, yes i already new where to put the code but the code you sent didn’t work?

    .span8 {
    width: 770px;
    }
    #71504
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi, when M. said

    Hi,
    1- Please use this code

    <div class="standard-post-content span8">
    

    instead of

    <div class="standard-post-content span6">
    

    to make post content area with image wider .

    he was referring to a manual php change in a theme file.

    Please never try to change a span css width without a selector in front of it. As the whole theme relies on a grid system you would break the layout in several places.

    Try this custom css and check if anything goes wrong on other pages please

    .spb_blog_widget .span6 {
    width: 100%;
    }
    #71505
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try this code

    div.standard-post-content.span6 {
    width: 770px;
    }

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #71513
    Neighbourhooddesign101
    Member
    Post count: 14

    Cheers Melanie

    i tryed this:

    .spb_blog_widget .span6 {
    width: 90%;
    }
    
    .span1 {
    width: 20px;
    }
    #71514
    Melanie – SUPPORT
    Member
    Post count: 11032

    And? ๐Ÿ™‚

    #72057
    Neighbourhooddesign101
    Member
    Post count: 14

    Thanks Melanie.. Yes, it the code above worked well! regards
    Michael

    #72063
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved . Thanks Melanie ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register