Problem on My DirectoryPress – PremiumPress Themes https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/feed/ Thu, 16 Apr 2026 09:05:24 +0000 https://bbpress.org/?v=2.6.4 en-US https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1514 <![CDATA[Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1514 Sun, 07 Jul 2013 22:58:39 +0000 Marinandee Hello guys,

I’ve a problem here. There’s something wrong with my directory. When I check with Chrome, everything looks good. But when I open my site using both Firefox and IE8 browser, there’s something offset at the header area. Please check the attachment files for more details. The problem is within the blue rectangular.

You may also check it yourself by visiting my site(https://www.linkslive.info/) on your browsers. Please help me to fix up this problem. Your help is much appreciated. Thank you

Attachments:
You must be logged in to view attached files.
]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1524 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1524 Mon, 08 Jul 2013 01:19:19 +0000 Mark Fail its your logo, its pushing the nav items down.

reduce your logo height.

]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1600 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1600 Mon, 08 Jul 2013 12:15:47 +0000 Marinandee Hi Mark,

Thank you for your reply. I managed to reduce the height but problem remain unresolved. Also tried to scale down the image size from 300×90 to 250×60, still I got the same result.

Do you have any other idea to sort it out?

]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1604 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1604 Mon, 08 Jul 2013 13:20:32 +0000 Shakib Hi,
Try to add below code into your custom style box between the <style> </style>

/** Specifically Target FireFox Browsers */
@-moz-document url-prefix() {
#searchBox { padding-left: 33px; }
}

Attachments:
You must be logged in to view attached files.
]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1612 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1612 Mon, 08 Jul 2013 14:10:31 +0000 Marinandee Hi Shakib,

Thank you for your help. It’s really works. I’m really appreciate it.

For your info, I did replaced the FireFox to IE to resolve the issue for IE browser but it didn’t works. Do you have any idea how to fix it. Sorry if this request disrupting/burden you.

]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1615 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1615 Mon, 08 Jul 2013 14:28:14 +0000 What happens if you get rid of the logo? If it comes right then try increasing the height of the header in the CSS.

]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1617 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1617 Mon, 08 Jul 2013 14:40:32 +0000 Shakib Hi,
ok glad it worked for your firefox browser.

this code was only for firefox and not for ie.

you could try to add compatibility code in the header, this could fix the ie css issue.

in your header just under the:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

add (see attached)

<meta http-equiv=”X-UA-Compatible” content=”IE=9″ >

Attachments:
You must be logged in to view attached files.
]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1696 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1696 Mon, 08 Jul 2013 22:26:14 +0000 Marinandee Hi David,

Tried so but nothing happen even I already increase the height of the header. Mmm.. maybe I did the wrong way, could you explain more?

Thanks

]]>
https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1697 <![CDATA[Reply To: Problem on My DirectoryPress]]> https://www.premiumpress.com/forums/topic/problem-on-my-directorypress/#post-1697 Mon, 08 Jul 2013 22:27:59 +0000 Marinandee Hi Shakib,

I did added the code into the header section but still problem persists. I’m still wondering why this happen to my site while other directories working fine on both IE and Firefox browsers.

]]>