• Resolved kfellenz

    (@kfellenz)


    Hi There,

    I’m new to using WordPress and this theme and am having trouble reducing the size of my logo. When I try to scale the logo smaller by editing it in my dashboard, it still shows up the same on the site. There’s a ton of white space and it’s pushing all of my other content down so I’d like to make it smaller OR move it in-line to the left of the menu items.

    The site is sandiegomarketingconsultants.com

    Any help would be tremendous!

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello kfellenz,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .site-title-wrapper {
    width: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    }
    .main-navigation-container {
    display: inline-block;
    padding-top: 20px;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter kfellenz

    (@kfellenz)

    WOW! You’re awesome AddWeb Solution! Thanks so much. Worked like a charm ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce Logo Size’ is closed to new replies.