Forum Replies Created

Viewing 2 replies - 451 through 452 (of 452 total)
  • Forum: Fixing WordPress
    In reply to: Media Query

    What I’m seeing, in Chrome, is a left-margin between the 800px and 560px breaks, but below 560px the left-margin disappears.

    It looks like you’ve amended the CSS already to reflect, but for anyone else reading this you should set your margin values in numerals instead of “none”

    margin-left: 0;

    Also, there’s no such thing as text-align:float-right; but both of these are correct (yielding very different results):

    float: right;
    text-align: right;

    Sounds theme-specific, and could be you have a widget in the sidebar section which is set to display all categories. Be sure to check your widget section to be sure, on a new theme install WordPress will often place several default widgets which include a list of all categories as links.

Viewing 2 replies - 451 through 452 (of 452 total)