-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 23, 2016 at 2:13 am #988826Hi
On the article page the white is the padding and margin style for the article title blocks
http://www.focus-sb.co.uk/Our-Services/clear-plates
Add below code in custom.css file to remove the padding and margin.page-header { padding-bottom: 0px!important; margin: 0px!important; border-bottom: 1px solid #eeeeee; }
For the module on artilce page . Are you using the parent category of these article on under Home menu item . When the article are opening its showing the menu item is HOME .
desmats Frienddesmats
- Join date:
- May 2014
- Posts:
- 119
- Downloads:
- 5
- Uploads:
- 23
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
November 23, 2016 at 11:03 am #988954I have added the custom css code and that has solved the problem.
I have a padding issue on another page though – can you assist with this?
http://www.focus-sb.co.uk/contact-formOn the module displaying issue I have created a new article and menu item and this is working as intended now. The original article had ‘extra field project’ option enabled which I had removed from all other/new articles. So it may be related to this – all other menu and article settings were identical.
Many thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 23, 2016 at 11:10 am #988959Hi
Is the module issue solved now ?
Also what is the issue of padding in contact menu?desmats Frienddesmats
- Join date:
- May 2014
- Posts:
- 119
- Downloads:
- 5
- Uploads:
- 23
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
February 15, 2017 at 10:48 am #1010898Hello!
I am bumping this thread as the white bar is now back above ALL articles.
It’s a recurring problem – I keep fixing it with the help of you guys and it keeps coming back.
Like this
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 15, 2017 at 2:18 pm #1010957Hi
Add below code in custom.css file.item-page article { padding-top: 0px; }
Regards
desmats Frienddesmats
- Join date:
- May 2014
- Posts:
- 119
- Downloads:
- 5
- Uploads:
- 23
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
February 20, 2017 at 11:30 am #1012174still there – below is the code currently in the custom.css file
.grid-list .isotope-item .item-image img { width: 100%; .page-header { padding-bottom: 0px!important; margin: 0px!important; border-bottom: 1px solid #eeeeee; .item-page article { padding-top: 0px; }
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 11:57 am #1012182Hi
You to close the open {
As u can see in your code the braces are still open.
You can add code at top of custom.cssdesmats Frienddesmats
- Join date:
- May 2014
- Posts:
- 119
- Downloads:
- 5
- Uploads:
- 23
- Thanks:
- 2
- Thanked:
- 3 times in 2 posts
February 20, 2017 at 12:55 pm #1012193Can you post it as it should appear – thanks!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 20, 2017 at 3:16 pm #1012224Hi
Here is correct code for custom.css file.grid-list .isotope-item .item-image img { width: 100%; } .page-header { padding-bottom: 0px!important; margin: 0px!important; border-bottom: 1px solid #eeeeee; } .item-page article { padding-top: 0px; }
Regards
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by desmats 7 years, 9 months ago.
The topic ‘White bar at top of some menu items – home page modules appearing on others’ is closed to new replies.