Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #988826

    Hi
    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 Friend
    #988954

    I 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-form

    On 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 Moderator
    #988959

    Hi
    Is the module issue solved now ?
    Also what is the issue of padding in contact menu?

    desmats Friend
    #1010898

    Hello!

    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

    http://www.focus-sb.co.uk/Flat-Plate-Ranges/ambassador

    Pankaj Sharma Moderator
    #1010957

    Hi
    Add below code in custom.css file

    .item-page article {
        padding-top: 0px;
    }

    Regards

    desmats Friend
    #1012174

    still 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 Moderator
    #1012182

    Hi
    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.css

    desmats Friend
    #1012193

    Can you post it as it should appear – thanks!

    Pankaj Sharma Moderator
    #1012224

    Hi
    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

    desmats Friend
    #1020534

    This issue is now resolved – many thanks

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  desmats 7 years, 1 month ago.

The topic ‘White bar at top of some menu items – home page modules appearing on others’ is closed to new replies.