Thread: Help
View Single Post
Old 03-08-2017, 09:34 AM #3
napy8gen's Avatar
napy8gen napy8gen is offline
Administrator
 
Join Date: Dec 2015
Posts: 105
napy8gen napy8gen is offline
Administrator
napy8gen's Avatar
 
Join Date: Dec 2015
Posts: 105
Default

Quote:
Originally Posted by demo View Post
I have a problem with my theme. When I use it in my phone, my thread is not responsive. Can you help me?
Do you still have problem. It looks like you have figured it out.

There are few things to look out when you have push layout like this.

1. Look for non responsive ads
2. Look for non responsive 3rd party add on.

The only problem I see at your website is the search box not falling down when in mobile device.

This is because there is a missing class in the table column.

Your code from browser look like this:
Quote:
<td align="left"> <a href="index.php"><img src="images/bingo/images/logoere.png" alt="Forum-Al.com™" title="Forum-Al.com™" border="0"></a></td>
It should be like this - there is a class="logo"
Quote:
<td class="logo" align="left"> <a href="index.php"><img src="images/bingo/images/logoere.png" alt="Forum-Al.com™" title="Forum-Al.com™" border="0"></a></td>
This is usually in header template. In there code is little different but the <td> should be the same.

I take this code from the header template.
It should be like this
Quote:
<td class="logo" align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Attached Images
File Type: jpg IMG_4922.jpg (8.9 KB, 8 views)
File Type: jpg IMG_4923.jpg (8.3 KB, 8 views)
File Type: jpg Sketch1.jpg (18.3 KB, 5 views)
napy8gen is offline   Reply With QuoteReply With Quote