Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #820206

    Hi there – i recently inherited this site that runs Enfold.

    It was designed by another developer who created extensive custom CSS in a child theme.

    I’m having some issues that I’d appreciate your insight into.

    First issue: There is a banner that the custom CSS specifies to show for desktop, tablet and phone. Each banner is a version of the same thing (different dimensions).

    On desktop, it has extra space between the nav and the banner. Not sure why.
    On phone, it cuts the top off at the top of the mobile browser. Not sure why.
    On tablet, it has an extra space between the nav and the banner, just like desktop.

    I’ve looked at the style.css file in the child theme folder on the server, but nothing seems to make sense to me. If you could provide some insight into why these two issues are occuring, I would be most grateful.

    Second issue: No social media links show at the bottom of posts. I’m sure there is something in the custom CSS which is prohibiting this, but I don’t know what it is. Any help on this would be most welcome, as well.

    Thank you all in advance for looking at this. Info in the private content box.

    • This topic was modified 7 years, 4 months ago by charger70.
    #820367

    Hey charger70,

    I’m not sure what banner you are referring to, could you post a screenshot of it to clarify please?

    Best regards,
    Rikard

    #820447

    Here are some grabs to illustrate what I mean, thank you for your help, Rikard!

    #820449

    also: no social media buttons showing after the story…see private.

    #821854

    Hi,
    To remove the extra space between the header and the menu in tablet & desktop, Try this code in the General Styling > Quick CSS field:

    .html_header_top.html_header_sticky.html_bottom_nav_header #main {
        padding-top: 65px!important; 
    }

    For mobile Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #header_banner {
        margin: 0px!important; }}

    Best regards,
    Mike

    #822604

    Mike – perfect fixes, my friend, thank you so much!!! Great support!

    #822691

    Hi,

    We’re glad that Mike was able to help you!
    Let us know here in the forums if you have any other questions or issues.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Need help with custom CSS that I inherited from another developer’ is closed to new replies.