Need help on the "New" Tab on the main page. So far I have a couple products every time you refresh or click the home page products disappear until you hit the "New" tab. How can I keep from disappearing every time they refresh or hit the home/logo?
Need help on the "New" Tab on the main page. So far I have a couple products every time you refresh or click the home page products disappear until you hit the "New" tab. How can I keep from disappearing every time they refresh or hit the home/logo?
I do have a question and I am not sure if this possible. On the mega menu for the shop drop down menu is it possible to have 1 column instead 4 to 6 columns?
Hey Chadlly,
Here is the link to site https://www.galaxyhomedecor.us and its the desktop version I am working on.
I believe you are talking about the shopping tab? Try this and let me know if this is what your trying to accomplish
Code:path: stylesheet_header_menu.css line: 117 find: .mega-menu li ul li {font-size:1em;position:relative;margin:0;float:left;text-align:left;width:160px;} change to .mega-menu li ul li {font-size:1em;position:relative;margin:0;;text-align:left;width:160px;display:block;clear:both;} path: stylesheet_header_menu.css line:175 find .mega-menu .dropdown_expand {width:100%;} change to .mega-menu .dropdown_expand {width:auto;}
Ok, when I change the mega-menu .dropdown_expand there is a lot of white spaces on the right. Also if you visit this website https://sigmaslc.com and hover the CATALOG you will see the effect that I am trying to accomplish.
i think you forgot to add this
Code:path: stylesheet_header_menu.css line:175 find .mega-menu .dropdown_expand {width:100%;} change to .mega-menu .dropdown_expand {width:auto;}![]()
if u can add this to your css
once you add that i will now try and style.Code:.submenu a::after { content: " >"; font-weight: bold; margin-left: 5px; }