How to center home page blog content and put it above testimonial

Discussion in 'BlackBird WordPress Theme' started by assistant59, Dec 5, 2014.

  1. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hi,

    http://www.letouquet.grandhotelbellevue.com/

    1°/ I would like to know how can i center the blog content on home page ?
    So when i got less than 5 blog pages, it will be centered (since i will use blog page for content that change often and will be able for a limited period of time.)

    2°/ Also il would like to put it above the testimonial, how can i do ?

    Sorry for my bad english :)
    Best regards,
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to manually manage blog content by applying CSS for 1, 2, 3 or 4 blog post.
    I can help you if you will fix that how many post you want to display at homepage.

    2. I will put the blog section above testimonial, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link: http://www.inkthemes.com/community/...g-content-and-put-it-above-testimonial.14997/

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     
  3. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hello,

    First of all, thanks for your fast answer.

    1. I will use this as "dynamic" content that will change very often so i can't tell you how many i will have to use. Cant we just center all the "table" content ?
    Or can you explain it to me for 3 blog post as an exemple ?

    2. Since this is picture and circle are picture too, im not sure of putting it above testimonial, i would like to try before make you do some change that i will not keep. So forget about this but thanks.
    (but you could explain me, i have downloaded wp-editor).

    Thanks & best regards,
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. We have to manage that blog post by adding CSS code that will be different for 1, 2, 3 and 4 blog post.

    2. You can try it just go to front-page.php file and cut code from line no. 495 to 557 and paste that code before line no. 418

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Hi,

    1. Ok, can you help me and give me the css code for one exemple ? like for 2 blog post ? Can i add it to my customm css in ur themes options, so i keep the 5 blog post configuration if i delete the entry in custom css ?

    2. Ok will give some try about this later.

    Thanks for your help Yogesh.
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to edit front-page.php file as shown below in screenshot.
    Add <CENTER> code on line no. 508 and </CENTER> on line no. 551

    6dec1.png

    Then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-post .feature-box {
    float: none;
    display: inline-block;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. assistant59

    assistant59 New Member

    Joined:
    Nov 28, 2014
    Messages:
    23
    Likes Received:
    0
    Very nice, i give it a try tomorow !

    As i read (but im not dev) it should work with any number of blog content i think ? Anyway i try it tomorrow.

    Thanks again for your help, nice support here.

    Best regards.
     

Share This Page