Ohgeeaaron Posted October 2, 2020 Share Posted October 2, 2020 Site URL: https://attn2detail.info Scrolling all the way down on my home page, I have a carousel gallery and it has multiple blog posts in it! I have tried everything, but the arrows won't show up to switch between them. I have it set for 1 shown at once max of 20. Help me!!! Link to comment
creedon Posted October 2, 2020 Share Posted October 2, 2020 The following CSS in Design > Custom CSS is causing your problem. header { position: fixed; width: 100%; z-index: 4 } To fix the stated issue you will need to remove it. Doing so will probably have an undesirable effect. That CSS effects all header tags site wide. My guess is that someone wanted to change a header somewhere else in the site and didn't intend for it to effect the whole site. Instead of removing the CSS you could comment it out and then see what happens to the rest of your site /* header { position: fixed; width: 100%; z-index: 4 } */ Ohgeeaaron 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Ohgeeaaron Posted October 2, 2020 Author Share Posted October 2, 2020 Wow, thank you so much. It didn't seem to change anything when I got rid of it! Thank you so so much. creedon 1 Link to comment
Ohgeeaaron Posted October 2, 2020 Author Share Posted October 2, 2020 Creedon - is there a way I can get in contact with you if I have further questions like this or ideas I need to have created?? I really like the way you explained it exactly - Id love to connect!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment