Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
NAP-wordpress
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marwa Sfari
NAP-wordpress
Commits
bde1169d
Commit
bde1169d
authored
Aug 08, 2017
by
imac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix]Responsive : Footer position on menu
parent
344a84b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
main.css
wp-content/themes/nap/assets/css/main.css
+3
-0
main.js
wp-content/themes/nap/assets/js/main.js
+5
-1
No files found.
wp-content/themes/nap/assets/css/main.css
View file @
bde1169d
...
...
@@ -958,6 +958,9 @@ aside.news-wrapper {
top
:
initial
;
opacity
:
0.8
;
}
.footer-home-content
.footer
{
display
:
none
;
}
.footer-home-content
.subcat
{
display
:
none
;
}
...
...
wp-content/themes/nap/assets/js/main.js
View file @
bde1169d
...
...
@@ -28,8 +28,12 @@ $(function(){
nav
.
removeClass
(
'ON'
).
addClass
(
"OFF"
);
nav
.
parent
().
removeClass
(
"show-nav"
);
}
nav
.
stop
().
slideToggle
();
setTimeout
(
function
(){
checkFooterNavPosition
();
},
330
)
nav
.
stop
().
slideToggle
();
});
}
//load content page on left Panel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment