I am working on a website (built on WordPress custom theme) in which I have to make responsive web design.
In that website, I have to replicate the mobile design from the PSD so that it looks good on all devices.
Problem Statement:
The website is built on wordpress custom theme.
In order to make the website responsive, what I have done is on seeing HTML code after doing inspect, I have written CSS codes in the Additional CSS section of the wordpress.
Here is the sample fiddle (In it the HTML code is copied from the inspect section of the website) which I have created.
The HTML code from the fiddle is coming from the inspect section of the website and I have added the CSS codes in the Additional CSS section of the wordpress website.
The snippets of HTML code which I have used is:
<tr class="alt">
<td id="gv-field-6-29" class="gv-field-6-29">2016</td><td id="gv-field-6-1" class="gv-field-6-1">
<a href="">Hello World</a></td><td id="gv-field-6-31" class="gv-field-6-31">McMaster University</td><td id="gv-field-6-25" class="gv-field-6-25"></td>
</tr>
<tr class="">
<td id="gv-field-6-29" class="gv-field-6-29">2016</td><td id="gv-field-6-1" class="gv-field-6-1">
<a href="">Hello Universe</a></td><td id="gv-field-6-31" class="gv-field-6-31">TÉLUQ</td><td id="gv-field-6-25" class="gv-field-6-25">Open Category</td>
</tr>
My question is if its the right way to make the responsive web design for the website built on wordpress custom theme ?