test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • achmann Friend
    #205057

    I have being trying to adjust the logo so that it will cover up most of the white space to the left of the menu bar. This has however being unsuccessful as it keeps burying itself behind the menu??

    Now for unknown reasons to add to the problems JAMasshead has decided that it will place a dark blue underneith the grey.

    If you could please have a look at the site for me and direct me how to change the logo and quick fix the masshead.

    Note: I fixed the masshead before however it has come back and the quick fix for it won’t do anything any more. Would love some advice 😀

    Thanks
    Achmann

    TomC Moderator
    #564872

    Might you be able to throw together a screenshot mockup of how things are supposed to display?

    It’s a little difficult to inspect things as it is at the moment – since no logo is displaying at all.

    achmann Friend
    #565274

    I would like the logo to use up most of the white space there. The other problem seems to have vanished for now 😀


    1. supportpic
    Saguaros Moderator
    #565620

    For customizing template, I think it’s better if you have a bit knowledge about CSS and use editor like Firebug in Firefox or Inspect Element in Chrome

    As you can see in above screenshot, the ‘container’ of the mainnav is set with width of 1192px, you will need to increase this value:

    @media (min-width: 1200px) {
    .t3-mainnav .container {
    width: /*your_desired_value_here*/;
    }
    }

    add additional style for logo then.


    1. menuFixel
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 9 years, 8 months ago.

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