New Landing How can we help? Themeforest Theme Support Pinpoint Logo size and Navigation Menu center

  • This topic has 10 replies, 5 voices, and was last updated 10 years by atteam.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Pinpoint
  • #1441
    Valex2013
    Member
    Post count: 8

    Hi. How can I change the logo size? I wanna make it bigger.

     

    I would like to know also, how I can set the navigation menu to the center.

    Site URL: http://www.bonnibauag.ch

    Thanks!

    #1542
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    For the logo, change header.php line 221 to:

    <div class="header-items three columns alpha">

    line 227 to:

    <div id="logo" class="ten columns">

    and line 234 to:

    <div class="header-items three columns omega">

    For the menu, you’d need to remove the search if you wanted it to be center. I can provide code if so.

    – Ed

    #1558
    Valex2013
    Member
    Post count: 8

    Yes…I dont care to remove the searchbar. Please state the code. Thanks!

    #1609
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add to Pinpoint Options > General Options > Custom CSS

    #menubar-controls {
    display: none;
    }
    #main-navigation {
    width: 97%;
    }
    nav .menu {
    text-align: center;
    }
    nav .menu li {
    float: none;
    }
    

    – Ed

    #8506
    atteam
    Member
    Post count: 24

    Hi, sorry to bump this again.
    I can center the menu using above css but not for the floating menu.

    On the floating menu, the Search icon still appears even though it’s off on the theme settings.

    Please advice. Thanks

    #8629
    Ben – SUPPORT
    Member
    Post count: 690

    Can you post a link to your website as a private reply

    Thanks
    Ben

    #8631
    atteam
    Member
    Post count: 24
    This reply has been marked as private.
    #8760
    atteam
    Member
    Post count: 24

    Hi Ben, any solution for this? Thanks

    #8764
    brandoutloud
    Member
    Post count: 7

    This code also centers the dropdown sub-menus which looks bad.

    #8824
    Ben – SUPPORT
    Member
    Post count: 690

    add

    #mini-navigation{
    width:100%;
    }
    #mini-search{
    display:none;
    }
    

    to your custom css in general settings and the floating menu will be sorted

    Thanks
    Ben

    #8872
    atteam
    Member
    Post count: 24

    Hi Ben, that works!
    Thanks a bunch!

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register