-
AuthorPosts
-
October 4, 2014 at 8:57 am #201824
Hi,
Could you please open the following page:
http://amu.lu/index.php/fond-aide-humanitaire/argentine/content/9
When you scroll down, you will see that the white header section moves up under the menu bar.
This is for sure due to the fact that I have adapted the header and logo section. Would you know
what and where I need to change so that the white header section does not move up while scrolling
the page ?Many thanks for your help
Claude
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 5, 2014 at 6:09 am #551840Go to this File: /templates/ja_wall/css/template.css
Add this code
.itemListView .itemListCategoriesBlock{
position: fixed;
width: 100%;
}
.itemListView .itemList{
margin-top:120px;
}October 6, 2014 at 6:21 pm #552009Thanks very much….unfortunately I am not very familiar with the different section.
Could you please tell me in what section of the template.css file I should add the code?
Many thanks
Claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 7, 2014 at 1:34 am #552037at the very bottom of the page.
November 18, 2014 at 7:41 pm #555646Hi, Sorry for coming back so late. I tried to add the code to the bottom of the template.css file.
For that particular page it worked fine; but then for other pages it did not work. My main page for instance, does shows
all blocks one over the other. Is there another type of code to be added somewhere so that it fits for all the pages ?
Thanks
Claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 19, 2014 at 10:26 am #555765can you please provide me the url where it work and where it doesn’t.
November 19, 2014 at 6:30 pm #555810Hi,
I had to remove the code otherwise the following page does not show up correctly:
http://www.amu.lu
The following page however would show correctly:
http://amu.lu/index.php/fond-aide-humanitaire/argentine/content/9
Many thanks for helping
Regards
claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 20, 2014 at 4:29 am #555852Try this css fix instead of the old one
.fixed-display .itemListView .itemListCategoriesBlock{ position: fixed; width: 100%; z-index:999; } .fixed-display .itemListView .itemList{ margin-top:120px; }
November 20, 2014 at 7:29 pm #555995Many thanks. That helps to fix page
http://amu.lu/index.php/fond-aide-hu…tine/content/9
without destroying page
http://www.amu.lu
However, would you also be so kind to provide me with css code so that page
http://www.amu.lu
does not scroll up under the menu bar, but stops below the menu bar ?
Would be really helpful.
Many thanks
Claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 21, 2014 at 3:11 am #5560291. templates/ja_wall/css/layout.css
Go to this File
Replace this code
#container .main {
padding-top:200px; /* Space for header */
padding-right: 0.1%;
}with
#container .main {
padding-top:225px; /* Space for header */
padding-right: 0.1%;
}2. Go to this File: /templates/ja_wall/css/template.css
Replace this code
#header {
background: #ccc;
border-bottom: 10px solid #303030; /* Seperate content and header while scroll page */
color: #ccc;
height: 156px;
position: fixed;
top: 0;
z-index: 999;
}With
#header {
background: #ccc;
border-bottom: 10px solid #303030; /* Seperate content and header while scroll page */
color: #ccc;
height: 202px;
position: fixed;
top: 0;
z-index: 999;
}November 21, 2014 at 5:22 pm #556115Hey, that works perfectly fine. MANY MANY THANKS for your help.
ClaudeNovember 26, 2014 at 7:40 pm #556688Hi again,
Would you also know in which files I need to change so to remove the same issue when using iphone, ipad, or other tablets ?
Many thanks
Claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 28, 2014 at 5:57 am #556898I looks good in tablets. In iphone the header is not fixed while scrolling. May I know what to achieve here, please be precise
November 29, 2014 at 7:23 am #556984please open http://www.amu.lu on an iphone in portrait mode.
you see that the text “Bienvenue sur le site….” is overlapping with the menu-bar.
In landscape mode, it works fine.
Would you know where I need to change the template so that the text is not overlapping with the menu-bar
while viewing the web-site in portrait mode ?
Many thanks
Claudechavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
December 1, 2014 at 1:48 am #557094Go to this File: /templates/ja_wall/css/layout-mobile.css
Add this code
#container .main {
padding-top: 250px !important;
}#header {
height: 213px !important;
} -
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by rappdeckel 9 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum