I am currently using a MacBook with a display size of 15.4 inches (2880 x 1800). Below is a screenshot showing how each section of my homepage appears on my website.
QUERY 1
How can I make my h3
text responsive on mobile devices? As shown in the screenshot, it does not adjust properly to fit the screen. Despite using <div class="col-lg-12">
for responsiveness, the issue persists on mobile devices. The JSFIDDLE link below showcases this problem on my site.
<h1 class="maintxt bounceInUp animated">Hi, welcome to my portfolio</h1>
<h2 class="maintxt bounceInUp animated">My name is Liam Docherty</h2>
<h3 class="cd-headline bounceInUp animated loading-bar">
<span>I'm a</span>
<span class="cd-words-wrapper">
<b class="is-visible">Front-End Web Developer</b>
<b>Graphic Designer</b>
</span>
</h3>
Here is a screenshot displaying the issue on a mobile device view of my website.