Shape 5

Joomla Templates => Business Pro - Club => : cspgsl September 24, 2015, 05:53:43 AM



: mani menu changes position
: cspgsl September 24, 2015, 05:53:43 AM
I have a couple of problems on my site at www.awdtest1.com

1 - For reasons unknown, all of a sudden at my main menu jumps from the normal position to the top of the page above the logo. I cannot think of any changes that would have affected that. Can you tell me what caused it to change?

2 - The header atop the accordion menu on the right side of my pages has collapsed. I cannot see where it can be altered. I can change the padding of the header but that does not unhide the title.

Thanks


: Re: mani menu changes position
: mikenicoll September 26, 2015, 10:44:12 PM
Hello,

1) Do you have the Floating menu enabled? It looks like it is enabled and set to snap at 0.

2) Add some padding to the class below:
:
Template.CSS - Line 748

.module_round_box-white .s5_mod_h3


: Re: mani menu changes position
: cspgsl September 27, 2015, 04:40:35 AM
Thanks on the menu item.

Oddly, the following was missing from the CSS file. Adding it corrected the problem

.s5_mod_h3 {
    border-bottom: 1px solid #484848;
    color: #FFF;
    padding: 14px 18px;
    margin: -19px -19px 18px;
}

Thanks


: Re: mani menu changes position
: mikenicoll September 28, 2015, 10:36:23 PM
Awesome :)