Okay
  Public Ticket #3712167
Cut off header underline.
Closed

Comments

  •  5
    samsaad94 started the conversation

    Hello,

    On the mobile site I am having this issue with the header underline being cut off.

    It does not happen in the desktop site.

    Please see attachments.

    Thanks,

    Attached files:  Desktop.PNG
      Screenshot_20240826_132525_Brave.jpg

  •  8,837
    Tahir replied

    Hey Again,

    Try reducing the negative top margin on mobile for the image and check. See attached screenshot.

    Thanks.

    Attached files:  top_margin.jpg


    ThemeNectar Support Team 

  •  5
    samsaad94 replied

    That did not work:
    I deleted the top margin spacing.

    Attached files:  Screenshot_20240826_140721_Brave.jpg

  •  8,837
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .wpb_column.has-animation[data-animation*=reveal]:not([data-animation=mask-reveal]) {
            overflow: visible !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    samsaad94 replied

    Works great now thanks!

  •  1,875
    Judith replied

    Hi there,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,


  •  5
    samsaad94 replied

    Thankyou,
    Please close ticket.