• Hi there! First time posting here so I hope this is the correct forum.

    I have been editing my website and only making minor changes to the style.css code such as alignment and font options. However, when I encountered the <Nothing found Page I realized there are 2 problems

    1. Header 1 and the rest of the content (Header 2, Paragraph & Back to Home) is not aligned
    2. There is no line break between the different HTML scripts

    I have compared with the other websites using the original theme which should have the following output (will not link to other people’s site here)

    After comparing I realize we have the exact same coding for HTML, but the width of H2 and P is different! That’s the only finding I have after going through the websites and forums.

    I’m still unsure of how to rectify the 2 problems and any help will be much appreciated! Apologies if I used the wrong technical explanations!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @juicy2020,

    Add the below CSS code in additional CSS for that Go to dashboard >> Appearance >> Customize >> Additional CSS >> Here you have to paste the below CSS code >> Publish it

    a.error-btn {
        margin: 15px !important;
    }
    #our-services p {
        text-align: left;
        margin: 15px !important;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Heading and Paragraph does not have line break + misalignment’ is closed to new replies.