Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Alignment problem in Firefox

  • 2 replies
  • 5 have this problem
  • 177 views
  • Last reply by Rangan

more options

I have a company website www.rove-n-ramble.com it works fine in ie and chrome. But not in firefox (38.0.5). The main problem is in the slider part. The slider almost out of the page instead in the middle and so looks ugly. Pl. help me in this regard.

I have a company website www.rove-n-ramble.com it works fine in ie and chrome. But not in firefox (38.0.5). The main problem is in the slider part. The slider almost out of the page instead in the middle and so looks ugly. Pl. help me in this regard.

Chosen solution

This usually happens if there isn't a clear CSS rule for this element (container). This causes Firefox to start rendering the slider immediately after the menu and not at the start on the next line.

#templatemo_slider { clear:both; }
<div style="clear: both;" id="templatemo_slider">

Read this answer in context 👍 0

All Replies (2)

more options

Chosen Solution

This usually happens if there isn't a clear CSS rule for this element (container). This causes Firefox to start rendering the slider immediately after the menu and not at the start on the next line.

#templatemo_slider { clear:both; }
<div style="clear: both;" id="templatemo_slider">

more options

Rangan said

I have a company website www.rove-n-ramble.com it works fine in ie and chrome. But not in firefox (38.0.5). The main problem is in the slider part. The slider almost out of the page instead in the middle and so looks ugly. Pl. help me in this regard.

Yeah it solved the problem. Thanks a lot. Carry on guys