• Resolved miancode

    (@miancode)


    Hello.

    Is there any way to make the branding logo to appear a little larger? The logo I originally uploaded is 560×205. I don’t want the logo to be displayed full sized, but I’d like to display it a little larger than it appears now.

    Here is my URL in case you want to take a look at it: https://delmarphotography.com.mx/blog/

Viewing 1 replies (of 1 total)
  • Theme Author eminozlem

    (@eminozlem)

    Open your header.php and change

    <div class=”navbar-header col-sm-5 col-md-3 col-lg-2″>

    to

    <div class=”navbar-header col-sm-5 col-md-3 col-lg-3″>

    AND

    <div id=”topmenuwrap” class=”col-sm-7 col-md-7 col-lg-8″>

    to

    <div id=”topmenuwrap” class=”col-sm-7 col-md-7 col-lg-7″>

    Use a child theme to copy header.php in order not to lose this change in the future.

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to make the branding logo to appear larger.’ is closed to new replies.