Home › Forums › Massage Center (Spa) Forum › several points to achieve my site
- This topic has 8 replies, 2 voices, and was last updated 6 years ago by Sonl Sinha.
-
AuthorPosts
-
November 24, 2018 at 4:19 pm #112292
Hi, can you help me to solved these small problems to achieve my website : https://new.novovento-coworkation.com ? thanks in advance,
Karl1. what size do you advise for the featured images of the posts?
2. how to have a full width display for a category ex: https://new.novovento-coworkation.com/category/design-your-life-camp/
3. how can I specify the size of the except on the blog page. see the problem for 2 of my 4 posts: https://new.novovento-coworkation.com/program-novovento_design-your-life-project/
4. flipboxes: the right line of the frame (1st flipbox) disappears with you turn the box + the 2 flipboxes are not at the same height: https://new.novovento-coworkation.com/dylp-article2/
code:
flipbox fliptype=”h” frontimage=”https://new.novovento-coworkation.com/wp-content/uploads/2018/09/dandelion-463928_1920.jpg” fronttitle=”The Design sprint” frontdescription=”” backtitle=”” backdescription=”Let’s have a look to the content of the Design sprint” backurl=”#” backbutton=”Read More”]
[flipbox fliptype=”h” frontimage=”https://new.novovento-coworkation.com/wp-content/uploads/2018/09/dandelion-463928_1920.jpg” fronttitle=”FAQ” frontdescription=”” backtitle=”qfqsdfqsdfqsdf” backdescription=”sfqsdfqsdfqsdf” backurl=”https://new.novovento-coworkation.com/frequent-asked-questions/” backbutton=”Read More”]thank you so much!
November 25, 2018 at 3:59 pm #112305Sorry I changed some links. so these are the correct ones. thanks for help.
1. what size do you advise for the featured images of the posts?
2. how to have a full width display for a category ex: https://new.novovento-coworkation.com/category/life-design-camp/
3. how can I specify the size of the except on the blog page. see the problem for 2 of my 4 posts: https://new.novovento-coworkation.com/program-novovento_life-design-camp/
4. flipboxes: the right line of the frame (1st flipbox) disappears with you turn the box + the 2 flipboxes are not at the same height: https://new.novovento-coworkation.com/dylp-article2/
code:
flipbox fliptype=”h” frontimage=”https://new.novovento-coworkation.com/wp-content/uploads/2018/09/dandelion-463928_1920.jpg” fronttitle=”The Design sprint” frontdescription=”” backtitle=”” backdescription=”Let’s have a look to the content of the Design sprint” backurl=”#” backbutton=”Read More”]
[flipbox fliptype=”h” frontimage=”https://new.novovento-coworkation.com/wp-content/uploads/2018/09/dandelion-463928_1920.jpg” fronttitle=”FAQ” frontdescription=”” backtitle=”qfqsdfqsdfqsdf” backdescription=”sfqsdfqsdfqsdf” backurl=”https://new.novovento-coworkation.com/frequent-asked-questions/” backbutton=”Read More”]November 26, 2018 at 7:06 am #112331Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
Q.1 Answer
Can you send us the screenshot of your issues?
Q.2 Answer
.category .lay4_wrap { width:100%;} .category #sidebar { display:none;}
Q.3 Answer
.shortdesc { height:69px; overflow:hidden;}
Q.4 Answer
.thn_post_wrap br { display:none;} .flipcard .front, .flipcard .back { width:90%;}
Regards,
ChrisNovember 27, 2018 at 10:58 am #112461Thanks Chris for solutions!
– concerning the size of the featured images in the posts I wondered if there was an optimised size that you could advise. I am searching for the best balance between the display of the picture on the post and on the blog
https://new.novovento-coworkation.com/dylp-article1/
https://new.novovento-coworkation.com/program-novovento_life-design-camp/– concerning the flipboxes is there a possibility to have them centered in the page?
https://new.novovento-coworkation.com/dylp-article1/Thanks again!
KarlNovember 27, 2018 at 12:56 pm #112475Hi,
Kindly use this CSS
.post-thumbnail {height:400px; overflow:hidden;}
Regards,
ChrisNovember 27, 2018 at 1:28 pm #112476thank you so much!
sorry but I have a last question – for today 😉 :
I would test a display with my post flipboxes on the right blog sidebar. Is it possible to do it??!
thanks for code or suggestions…
https://new.novovento-coworkation.com/lapproche-dt/karl
November 28, 2018 at 1:25 pm #112547Hi,
Kindly use this CSS
#sidebar .widget { float:none;} #sidebar .flipcard { width:100%;}
Regards,
ChrisNovember 28, 2018 at 4:56 pm #112558thanks Chis, but lets have a look : https://new.novovento-coworkation.com/meet-your-coach-on-the-design-sprint/
November 29, 2018 at 11:38 am #112595Hi,
Kindly use this CSS
#sidebar .widget_wrap { float:left;} #sidebar .widget { float:left;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.