• santafe66

    (@santafe66)


    I just started using the Business World Theme and like how easy the site is to use. I am having a problem with moving the logo and header menu. I would like to move to the logo to the top and navigation menus below. Anyone can guide me on how to accomplish this?

    Also how to remove the name headers on the slider images?

    Thanks,
    Angelina

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @santafe66

    To move the logo and header menu, go to Appearance → Customize → Additional CSS and enter the following code:

    #header-middle {
      position: relative;
      width: 100%;
      padding: 8px 0px 8px 0px;
      display: inline-block;
    }
    #header .phone-menu-block {
      position: relative;
      max-width: 90%;
      margin-top: 6px;
      float: none;
    }

    And to remove the name headers on the slider images go to Appearance → Customize → Slider and remove the Description of Image.

    Thread Starter santafe66

    (@santafe66)

    Thank you for your help! I am a beginner and appreciate your help.

    I had issues finding how to remove the headers descriptions, but will look again.

    Thanks

    Thread Starter santafe66

    (@santafe66)

    @snehalb890

    When I put your code into the CSS the logo goes away. I am trying to make the logo centered above the menu. Did I do something incorrectly?

    Thanks

    Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Please try to add the below-written code into Appearance → Customize → Additional CSS:

    #header-middle{
    width: 100% !important;
    }
    #header .phone-menu-block{
       max-width: 100% !important;
    }

    Please let us know if it helps.

    Thank you!

    Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Business World Theme’ is closed to new replies.