Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • nathanlgv4u Friend
    #201927

    Ok so i have been asked to see if i can drop the menu buttons down on this page, (ideally then centre them) and put a banner above that again ideally centred. is this possible?

    if so please help and speak slowly as i’m a n00bie

    TomC Moderator
    #552327

    Try This . . . .

    If you have not yet done so, create a new file called “custom.css” within file path –> /templates/ja_sugite/css/

    Within that custom.css file, paste the following CSS rules:


    .navbar-nav {
    float: left;
    }

    .nav > li {
    top: 20px;
    }

    This will center and lower your main nav items.

    What kind of banner are you wanting to put above your main nav items?
    This will determine how to further modify the header section.

    nathanlgv4u Friend
    #552378

    Hey Tom thanks for this! I did already have the custom in place, the banner will ideally stretch along the top and will be inline with the body of the site.

    As it stands the main banner i have is 782 x 187 px. I do also have a mobile banner abailable at 102 x 24

    TomC Moderator
    #552429

    <em>@nathanlgv4u 449336 wrote:</em><blockquote>Hey Tom thanks for this! I did already have the custom in place, the banner will ideally stretch along the top and will be inline with the body of the site.

    As it stands the main banner i have is 782 x 187 px. I do also have a mobile banner abailable at 102 x 24</blockquote>

    So you’re okay with increasing the height of the header section … and then modifying things from there, yes?

    nathanlgv4u Friend
    #552430

    Yeah,

    I have actually put in the banner, I think the last changes i need to make is to center the links and the banner…

    I’d also be interested to know if its possible to change the font/size/color of the links on the nav bar 🙂

    TomC Moderator
    #552432

    Might you be able to throw together a quick screenshot mock-up of exactly what you’re wanting it to look like?

    I can then better assist you in how to achieve it.

    nathanlgv4u Friend
    #552492

    Hey,

    Here is the ideal of what i am aiming for. I’d also be interested to know if you can add like an emphasis nav button in the bar at the top (ie book now that’s a different color and stands out). I was also trying to figure out how to change the style/font of the nav bar buttons along the top.


    1. SS
    TomC Moderator
    #552534

    Try The following . . . .

    Modify the following CSS rule within your custom.css file (line 8) as follows::


    .logo-image img {
    padding-left: 150px;
    transition: none 0s ease 0s ;
    }

    and at line 16:


    .t3-header {
    background: none repeat scroll 0 0 #1f1f1f
    height: 280px;
    padding-bottom: 10%;
    padding-top: 0.6%;
    }

    and, finally, at line 1:


    .navbar-nav {
    float: left;
    margin-left: -75px;
    width: 700px;

    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    How does that look?

    nathanlgv4u Friend
    #553102

    Thanks Tom fantastic

    TomC Moderator
    #553103

    Glad I could be of assistance . . . . All the best with your continuing site development. 🙂

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

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

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