Home › Forums › All Other Themes › remove box in section 2
- This topic has 10 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
April 16, 2018 at 11:22 am #99220
Hi,
site: http://deparel.biz/wp/
theme: coffee proIn 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)
April 17, 2018 at 11:59 am #99309Hi,
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,
DaveApril 17, 2018 at 1:16 pm #99324It 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/GZXPYLaBut there is another option. How can I put “normal formatted text” in box 3? Or a form?
April 18, 2018 at 5:23 am #99363Hi,
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,
DaveApril 18, 2018 at 9:08 am #99439Thank you, this works.
Is there also a possibility to keep the 3th box and put normal (formatted) text in it?
April 18, 2018 at 9:41 am #99451Hi,
Yes of course.
Regards,
DaveApril 18, 2018 at 10:38 am #99479No 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]April 18, 2018 at 10:43 am #99481Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
Regards,
DaveApril 18, 2018 at 11:37 am #99488Hi,
Issue have been resolved. Kindly check and confirm.
Regards,
DaveApril 18, 2018 at 11:55 am #99492Yes thank you very mutch. I did not realize that it also has to be between the [menu-price] markers.
Thank you, WilfriedApril 18, 2018 at 12:04 pm #99494🙂
-
AuthorPosts
- You must be logged in to reply to this topic.