Post by dani888 » Sun Jun 10, 2018 6:59 pm

Hi everyone how can I delete this menu horizontally but keep the same space between search and slider.
Just the menu to disappear.
Thank you

Attachments

menu.jpg

menu.jpg (172.88 KiB) Viewed 369 times


Active Member

Posts

Joined
Wed Feb 14, 2018 1:47 am

Post by straightlight » Sun Jun 10, 2018 8:24 pm

By posting your URL, it would really help. However, you could edit your catalog/view/theme/<your_theme>/template/common/header.twig file without affecting your div class when removing the menu.
Last edited by straightlight on Sun Jun 10, 2018 8:25 pm, edited 1 time in total.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by cyclops12 » Sun Jun 10, 2018 8:25 pm

You could try adding something like

Code: Select all

@media (min-width:780px) {
    #menu {
	display: none; 
}
header {
	padding-bottom:20px;
}
}
to the bottom of your stylesheet.css file

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 515 guests