New Landing How can we help? Themeforest Theme Support Pinpoint Page orientation in navigation

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Pinpoint
  • #96559
    racingwinds
    Member
    Post count: 7

    Hello, I was wondering if it is possible to alter the navigation bar so that the page titles are centered as opposed to being left-aligned as they are now. I am fine with the search/subscribe icons being right-aligned, I just want to change the page links so they are centered. Is this possible?

    #96774
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    How can i check this issue? Please provide website URL so i can check it easily.
    Thanks 🙂
    With Best Regards
    Swift Ideas

    #96856
    racingwinds
    Member
    Post count: 7
    This reply has been marked as private.
    #96903
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code bellow to your custom css options.

    
    @media (min-width: 960px) {
    #main-navigation > div {
    margin-left: 200px!important;
    }
    

    Let us know if it worked

    – Rui

    #96913
    racingwinds
    Member
    Post count: 7

    Hi, yes it did work, however now the pages are on two lines (I suppose because there are so many of them). Is there a way to ensure that they all appear on one line?

    #97173
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    The code we provided only affects resolutions higher than 960px.
    Guess you are seeing 2 lines in lower resolutions.

    Do you want to show this menu format(check attached image) in that resolution that breaks in 2 lines?

    https://www.dropbox.com/s/t0g2eedy2otqggh/mobile_menu.png

    -Rui

    #97206
    racingwinds
    Member
    Post count: 7

    I’m seeing the navigation displayed across two lines on all resolutions, including 1280×800, which I am currently using. This does not appear to be a problem which affects only resolutions less than 960px.

    I added the code you provided above to the Custom CSS options on the Pinpoint theme options page. Should I have done it differently?

    #97591
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    This is what I’m seeing

    https://www.dropbox.com/s/h7e8lm35992mfbp/imperial_homepage.png

    Can you try to clear your cache. What browser are you using?

    – Rui

    #97646
    racingwinds
    Member
    Post count: 7

    I’m using Safari.

    This is what I’m seeing:
    http://f.cl.ly/items/2z363B2p0j021L2d0o1N/ImperialHP.tiff

    This is what I want to see (quickly pieced together in Photoshop):
    http://f.cl.ly/items/2S1f3N1Z2t3R1Q2R090g/ImperialWTS.png

    #97653
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m getting the same like you in Safari,

    Replace the previous code by this one:

    
    @media (min-width: 960px) {
    #main-navigation > div {
    margin-left: 200px!important;
    }
    .fullwidth-layout #main-navigation {
    width:850px!important;
    }
    
    }
    

    -Rui

    #97656
    racingwinds
    Member
    Post count: 7

    Everything is now on one line again, but still not centered under the logo.

    #97657
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide admin access? Now it seems that you remove that custom css code.

    -Rui

    #97658
    racingwinds
    Member
    Post count: 7
    This reply has been marked as private.
    #97895
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Already added a few more css code.
    Please check it now again.

    -Rui

    #97896
    racingwinds
    Member
    Post count: 7

    Thanks Rui, this is exactly what I was looking for! Thank you for your help.

Viewing 15 posts - 1 through 15 (of 16 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