Before you ask please READ THIS

Q: Footer - Unwanted Line Break

Hi Air,

so far my footer looks perfect. At most resolutions it's displayed as it should in a single line, breaking only once viewed on a mobile vertical screen.

However, at 800x600 resolution there seems to be a line break after 50% of the website for no reason. There is plenty of space left on the right side of the screen. I've identified the element (see screenshot). But I'm struggeling to find the right setting in 'Appearance' > 'Customize' to make this a single line (e.g. so w/o a line break at 800x600 after 50% of the page). Setting the footer from default 4 to just 1 column isn't having any effect.

Thanks for a hint.

Comments

  • AirAir
    Posts: 10,970
    Hey :-)

    In your case you will need such custom CSS, as that is not available from the settings:
    .foot-text {
        max-width: none;
    }
    With kind regards.
  • Posts: 89
    Great. Thanks once again for helping with the right code.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!