Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • untouchable1974 Friend
    #719708

    I’m having issues with the Purity III template on my site, it is cutting any page heading in half due to the top menu bar- This is more obvious when you access http://www.gfrfc.co.uk/index.php/team/first-team it is taking up too much room, I’m looking for a way to either increase the spacing between the top menu and the page headings or make the top menu bar smaller. Additionally I’m looking at adding a rolling image above the top menu bar at some stage but cant find a module position to do this.

    Any advise would be extremely helpful.

    TomC Moderator
    #719749

    Try This . . . .

    Within file path —> /templates/purity_iii/local/css/themes/red/template.css
    at line 2234, remove the “margin” property . . . .


    .page-title, .page-header h1 {
    line-height: 1;
    margin: 0;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Is that better . . . . or are you looking to add more space between main nav and the article heading?
    If so, try modifying the same CSS rule above as follows (for example) . . .


    .page-title, .page-header h1 {
    line-height: 3;
    }

    Hope That Helps

    TomC Moderator
    #753063

    Try This . . . .

    Within file path —> /templates/purity_iii/local/css/themes/red/template.css
    at line 2234, remove the “margin” property . . . .


    .page-title, .page-header h1 {
    line-height: 1;
    margin: 0;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Is that better . . . . or are you looking to add more space between main nav and the article heading?
    If so, try modifying the same CSS rule above as follows (for example) . . .


    .page-title, .page-header h1 {
    line-height: 3;
    }

    Hope That Helps

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

This topic contains 3 replies, has 2 voices, and was last updated by  TomC 8 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum