Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Andrew Carleton Friend
    #196445

    Hi,

    If you look at http://www.claireferrisvets.com I would like to move the menu over to the right 50 pixels from the current location.

    How do I do this?

    Thanks, Andrew

    pavit Moderator
    #529505

    Hi

    In this file /templates/ja_brisk/css/template.css line 1020

    .t3-mainnav {
    float: right;
    height: 28px;
    margin-right: 20px;
    padding-top: 10px;
    }

    change to

    .t3-mainnav {
    float: right;
    height: 28px;
    margin-right: -30px;
    padding-top: 10px;
    }

    potts Friend
    #531834

    Pavit–

    I have a post open right now about exactly this. I tried your code but nothing budged. I even tried -50! Any other thoughts? Thank you so much.


    .t3-mainnav {
    float: right;
    height: 28px;
    margin-right: -50px;
    padding-top: 10px;

    chavan Friend
    #531862

    Go to this File: templatesja_brisktplsblocksheader.php

    1. Replace this code

    <div class="ja-logo span2">
    with

    <div class="ja-logo span6">

    2. Replace this code

    <div class="ja-mainnav span8">

    with

    <div class="ja-mainnav span6">

    potts Friend
    #532009

    Thank you Chavan.

    It did move to right but the 6th menu item, “CONTACT” stays below (see screenshot).


    1. Picture-1
    chavan Friend
    #532017

    Instead of the background image can you add the logo as image in the template manager. please try this.

    Please post your admin details in PM.

    potts Friend
    #532036

    THANK YOU CHAVAN..I UPLOADED LOGO THROUGH TEMPLATE MGR BUT NOTHING CHANGED. AM PMing site details now.

    chavan Friend
    #532110

    @potts

    Go to this File: templatesja_brisktplsblocksheader.php

    1. Replace this code

    <div class="ja-logo span6">
    with

    <div class="ja-logo span4">

    2. Replace this code

    <div class="ja-mainnav span6">

    with

    <div class="ja-mainnav span8">

    3. Add this code to /templates/ja_brisk/css/custom.css

    @media screen and (max-width: 975px) {

    .t3-mainnav .navbar .nav > li > a{
    padding:5px 8px !important;
    }

    }

    potts Friend
    #532233

    IT WORKED IT WORKED IT WORKED IT WORKED YOU ARE AMAZING.
    Thank you Chavan. Can you close this ticket? :-*:-*:-*:-*:-*:-*:-*:-*:-*

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

This topic contains 9 replies, has 4 voices, and was last updated by  potts 10 years ago.

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