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,
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
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,
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
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.
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 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
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.