Home › Forums › WoodMart support forum › Pre-footer
Pre-footer
- This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
August 12, 2018 at 9:44 am #72337
SamaWebParticipanthi
How to hide Pre-footer on mobile version for all pagesthnaks
August 12, 2018 at 10:06 am #72339
Elise NoromitMemberHello,
You will need to add the content via HTML block. In this case, you just set the visibility of the columns on different devices:
1. http://prntscr.com/j4fho7
2. http://prntscr.com/j4fio2Best Regards
August 12, 2018 at 6:09 pm #72372
SamaWebParticipantthank you
anothr think i cant add css class to the menes please check the screenshot
Attachments:
You must be logged in to view attached files.August 12, 2018 at 8:03 pm #72378
Elise NoromitMemberHello,
Make sure you have enabled CSS class in the Screen options http://prntscr.com/khrn3t You can check that in Appearance > Menu > Screen Options
Add menu item, save and then check.
Best Regards
August 14, 2018 at 12:38 pm #72594
SamaWebParticipantHi
Thabks for thr last reply
How can i hide this on mobile version
Please check thr attachment fileAttachments:
You must be logged in to view attached files.August 14, 2018 at 1:41 pm #72609
Elise NoromitMemberHello,
Please navigate to the Theme Settings > General layout > disable Off canvas sidebar for mobile http://prntscr.com/kihlg0
Best Regards
August 22, 2018 at 10:21 am #73795
SamaWebParticipantHi Elise Noromit
How can i remove the search for products on mobile version under the menu section
Attachments:
You must be logged in to view attached files.August 22, 2018 at 12:33 pm #73815
Elise NoromitMemberHello,
Please clarify: do you want to remove the search from the mobile menu? If so, add this CSS to the Theme settings > Custom CSS:
.mobile-nav .searchform input[type=text] { display:none; }
Best Regards
August 22, 2018 at 4:18 pm #73855
SamaWebParticipantYES remove it form the mobile version, the code is working fine but please check the attachment file the search icon is showing
Attachments:
You must be logged in to view attached files.August 22, 2018 at 5:21 pm #73871
Elise NoromitMemberHello,
Please take this code:
.mobile-nav .searchform{ display:none; }
Best Regards
August 29, 2018 at 12:20 pm #74835
SamaWebParticipantThank you for the last reply
is there anyway to have the Row stretch option as , Stretch Row (No paddings) without Stretch the content?
as when i choose Stretch Row and contents (No paddings) the contents looks right check the screenshot please thanks.
Attachments:
You must be logged in to view attached files.August 29, 2018 at 1:44 pm #74847
Elise NoromitMemberHello,
By default, there is not. You can set the stretch a row without padding, and insert an inner row and with paddings http://prntscr.com/ko9db3
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register