Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1100181

    Hello I am getting super close to finishing a site for a client and need some help finishing off a few final requests

    Main Nav – the client wanted the bottom of the logo to be aligned with the main navigation on the right side, we added some padding to the top to bring it down but when you scroll on the page the sticky nav seems to apply the padding as well and is pretty much touching the bottom, is there a way to make the sticky nav be align centered when it pops up?

    Post Page – Image Gallery Issue – http://8gt.3f2.myftpupload.com/2014/08/oracle-high-school-teams-up-with-svm/
    The client loves the gallery how it is now with the thumbnails below but wants to have the minimal navigation, I didn’t see this option for this gallery like you have for the others, she really wants the thumbnails and the navigation to be visible.

    Adjusting blog sidebar width –

    This is the “work” page – http://8gt.3f2.myftpupload.com/work
    The client like the narrow width of the sidebar on this page and wants the blog posts to have the same narrow width as the “work” page

    This is the post page – http://8gt.3f2.myftpupload.com/2014/08/oracle-high-school-teams-up-with-svm/
    Is there a way to match the sidebar width on the “post” page to be the same as the “work” page?

    Thanks so much for your time :)

    Brian

    #1100827

    Hey schwabino,

    Thank you for using Enfold.

    1.) You can use the following css code to adjust the vertical position of the logo.

    .responsive .logo {
        top: 20px;
    }

    2.) The image gallery doesn’t have an arrow navigation by default. You can only have that type of navigation on a slider.

    3.) The sidebar width or sidebar to content ratio can be adjusted in the Enfold > General Layout > Dimension panel. Look for the “Content | Sidebar Ratio” settings.

    We encourage everyone in the forum to open a separate thread for each inquiry because having multiple questions in a single post tends to get confusing. Thank you for understanding.

    Best regards,
    Ismael

    #1100834
    This reply has been marked as private.
    #1100836
    This reply has been marked as private.
    #1100838
    This reply has been marked as private.
    #1101725

    Hi,

    We would like to apologize for the late response.

    1.) For that, you can use this css code to adjust the position of the menu items whenever the page scrolled.

    .header-scrolled .avia-menu.av-main-nav-wrap {
        margin-top: 0 !important;
    }

    Make sure that you add it right after this css code.

    .avia-menu.av-main-nav-wrap {
        margin-top: 23px !important;
    }
    

    2.) The layer slider is by default, a full width element, so it pushes the sidebar underneath it. Try to add the layer slider shortcode inside a text or block.

    Best regards,
    Ismael

    #1103477
    This reply has been marked as private.
    #1104223

    Hi,
    Sorry for the late reply, so I see that your sub-page is not a menu item and I assume that you are not going to add it or others to your menu?
    The best approach would be to add your sub-pages as a sub-item in your menu, then they would be highlighted. You can hide the drop-down with this css:

    li.dropdown_ul_available:hover > .sub-menu {
    display: none !important;
    }

    Best regards,
    Mike

    #1105256
    This reply has been marked as private.
    #1105311

    Hi,
    I have taken a look and found that there was an error in your css, I have corrected. I also found that your menu was set to “mega menu” which this css doesn’t work on so I set the “services” to a regular menu, but I was unsure about the “work” menu items so I left them for you to change if you wish.
    Please clear your browser and webhost cache and check.

    Best regards,
    Mike

    #1105317
    This reply has been marked as private.
    #1105325

    Hi,
    I adjusted your css to this:

    ul.sub-menu {
    display: block !important;  
    opacity: 0 !important; 
    visibility: hidden !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

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