Home Forums Pro Themes Photo Perfect Pro Sticky Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22562
    timned88
    Participant

    1. Is it possible to have the sticky menu appear directly beneath the header image and the shrunken header image?

    2. How can the links being centered on the bar instead of being left-justified?

    #22584
    wensolutions
    Keymaster

    @timned88,

    For #1 request, theme does not have this inbuilt option to move the menu below header image and shrink it upon scroll. Alternatively, you can request a customizer to get this tweak done for you.

    For #2, you can tweak the menu items to center align by adjust the padding numeric value. For this paste the following custom CSS in Customize -> Theme Options -> Advance Options .

    .sticky-menu-enabled #main-nav li {
    
     padding-left: 10px;
    
    }

    Note: You should increase or decrease the above numeric value to best suits your design.

    Hope this helps !

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