Adjusting the menu bar

Discussion in 'BusinessGrow One Page WordPress Theme' started by kaizenweb, Jun 25, 2015.

Thread Status:
Not open for further replies.
  1. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Hello, could I help align the menu bar of the secondary page (on Bussines Grow One Page Theme)
    My logo is overlapping the menu, so I would line up the menu a little more to the right.
    Please see the attached image.

    The issue is in http://caoporte.com.br/adestramento/

    Thank you.

    Cleiton
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Cleiton!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 1141px){
    div#crumbs {
      margin-left: 12% !important;
    }
    }
    It will resolve you issue :)

    Thanks,
    Praveen
     
  3. kaizenweb

    kaizenweb New Member

    Joined:
    Feb 3, 2015
    Messages:
    15
    Likes Received:
    0
    Yes, issue resolved!
    Thanks Praveen!

    Cleiton
     
Thread Status:
Not open for further replies.

Share This Page