remove box in section 2

Home Forums All Other Themes remove box in section 2

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #99220
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hi,

    site: http://deparel.biz/wp/
    theme: coffee pro

    In section 2, there are now 3 columns https://imgur.com/pe3kzQY

    How can I change it so that it is only 2 column (remove 3th column with MENU)

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .one_third.last_column { display: none;}
    #wrappfourth .container.fadeInRight .one_third { width:45%;}
    #wrappfourth .container { width:53%;}
    
    @media screen and (max-width:479px) {
    .cols-4, #wrappfourth .container, #wrappfourth .container.fadeInRight .one_third { width:100%;}
    }

    Regards,
    Dave

    #99324
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    It dont work good.
    First in section 1 also a box is removed: https://imgur.com/6HXzDhU
    Second the boxes in section 3 are pushed together in the middle which is not nice: https://imgur.com/GZXPYLa

    But there is another option. How can I put “normal formatted text” in box 3? Or a form?

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

    Hi,

    Kindly use this new css code there:

    #wrappfourth .one_third.last_column { display: none;}
    #wrappfourth .container.fadeInRight .one_third { width:45%;}
    #wrappfourth .container { width:58%;}
    
    @media screen and (max-width:479px) {
    .cols-4, #wrappfourth .container, #wrappfourth .container.fadeInRight .one_third { width:100%;}
    }

    Regards,
    Dave

    #99439
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you, this works.

    Is there also a possibility to keep the 3th box and put normal (formatted) text in it?

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

    Hi,

    Yes of course.

    Regards,
    Dave

    #99479
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    No this is not working. When I do this the text is there but the box and background etc is gone: https://imgur.com/9mZCNMz

    This is the code in the box as in this example:
    [column_content type=”one_third_last”]
    <h3 class=”titels_evenementen”>Our Menu</h3>
    This is normal text.
    [/column_content]

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

    Hi,

    Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact

    Regards,
    Dave

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

    Hi,

    Issue have been resolved. Kindly check and confirm.

    Regards,
    Dave

    #99492
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Yes thank you very mutch. I did not realize that it also has to be between the [menu-price] markers.
    Thank you, Wilfried

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

    🙂

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