several points to achieve my site

Home Forums Massage Center (Spa) Forum several points to achieve my site

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #112292
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    Hi, can you help me to solved these small problems to achieve my website : https://new.novovento-coworkation.com ? thanks in advance,
    Karl

    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/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!

    #112305
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    Sorry 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”]

    #112331
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

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

    #112461
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    Thanks 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!
    Karl

    #112475
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    .post-thumbnail {height:400px; overflow:hidden;}

    Regards,
    Chris

    #112476
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    thank 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

    #112547
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    #sidebar .widget { float:none;}
    #sidebar .flipcard { width:100%;}

    Regards,
    Chris

    #112558
    karl.suraultkarl.surault
    Participant
    • Topics: 17
    • Replies: 34
    • Total: 51
    Member since: September 23, 2018

    thanks Chis, but lets have a look : https://new.novovento-coworkation.com/meet-your-coach-on-the-design-sprint/

    #112595
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    #sidebar .widget_wrap { float:left;}
    #sidebar .widget { float:left;}

    Regards,
    Chris

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.