badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Optimizing the navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60237
    cube_b3
    Participant

    Hello Theme Horse,
    Wonderful portfolio theme. Absolutely love it.

    I need assistance with a few things.
    Here is my website
    http://www.cubeb3.com

    1) I want the left side navigation to look like the live demo:
    https://www.themehorse.com/preview/wp-portfolio/

    I want to add the social profiles bit in the menu. I’ve only been able to add them in the footer. In the demo we have them in the Menu and the footer.

    2) Is there a way to have site name and description as well as logo?

    3) Also need assistance with mobile optimization. My logo looks fine on desktop but it is super large on mobiles. If it can’t be reduced in size, it would be great to just have header text for mobile and logo for desktop.

    THANK YOU!

    #60270

    Hello,

    1. You can add some widgets on sidebar to look same like our demo. For social profiles you have to use navigation menu widget and select the social profiles menu. To create a social profiles menu just see this instruction.

    2. Sorry you can not show both site title/description and logo at the same time. what you can do is just add the site title/description into your logo and set that logo.

    3. Add below Custom CSS code in Appearance > Customize > Additional CSS to reduce the logo size on mobile devices.

    @media only screen and (max-width: 767px) {
        #site-logo {
            width: 27px;
        }
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.