-
AuthorPosts
-
May 13, 2019 at 6:04 pm #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” pageThis 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
May 15, 2019 at 6:15 am #1100827Hey 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,
IsmaelMay 15, 2019 at 6:33 am #1100834This reply has been marked as private.May 15, 2019 at 6:39 am #1100836This reply has been marked as private.May 15, 2019 at 6:48 am #1100838This reply has been marked as private.May 17, 2019 at 11:12 am #1101725Hi,
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,
IsmaelMay 22, 2019 at 10:26 pm #1103477This reply has been marked as private.May 25, 2019 at 11:05 pm #1104223Hi,
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,
MikeMay 29, 2019 at 7:51 pm #1105256This reply has been marked as private.May 30, 2019 at 2:26 am #1105311Hi,
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,
MikeMay 30, 2019 at 3:31 am #1105317This reply has been marked as private.May 30, 2019 at 4:14 am #1105325 -
AuthorPosts
- You must be logged in to reply to this topic.