This topic contains 16 replies, has 3 voices, and was last updated by icandy_webs 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
<em>@Ninja Lead 438677 wrote:</em><blockquote>I have fixed the problem of your request directly on your site. Please look at the screenshot from your site in Web Design page.
Let me know if this helps</blockquote>
Hi @ Ninja Lead,
Unfortunately that did not fix the problem because it forces the masthead to go all the way to the left and not align properly with the rest of the content. The problem for whatever reason is actually with a line of css in the ja-masthead. Firefox for whatever reason doesn’t like the overflow:hidden style thats applied to it so I changed it to inherit.
Please note that this issue only occurs if you want to modify the height of the .t3-header.
I was able to fix with the following line of code if anyone has the same problem.:
@-moz-document url-prefix() {
.ja-masthead {
overflow: inherit;
}
}
1 user says Thank You to icandy_webs for this useful post
This topic contains 16 replies, has 3 voices, and was last updated by icandy_webs 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum