• Resolved accesst

    (@accesst)


    So everything has been working nicely till today,, my primary-sidebar font size has changed small for the menu links, but heres strange part, when navigating to any page on site the primary-sidebar menu text font size goes back way it was originally,, in fact all pages display it correct size,, but as soon as i navigate back to home it goes small again! right away i though style css file,, so since i do daily backup i brought stylesheet from backup from time everything was fine,, but same thing happens,, so its not that. Any suggestions would be greatly appreciated. the site in question is workwithaccess.com

Viewing 1 replies (of 1 total)
  • Thread Starter accesst

    (@accesst)

    Well I fixed the problem, but comparing an old working style.css and current style.css this definately wasnt the cause but heres the fix in case it happens to others. first off i inspected elements and found the main pages primary sidebar was using a different font then the same sidebar on rest of pages, also the linehight (line spacing) visually looked different, so here are changes i made to the style.css to get it looking the same.

    Original code:
    #heatmapthemead-primary-sidebar .widget {margin-bottom: 15px;}

    Fixed code:
    #heatmapthemead-primary-sidebar .widget {
    line-height: 1.5; font-family: arial; font-size: 1.1em; margin-bottom: 15px;}

    All I can think of is that the inherant font family was somehow changed maybe through adding an incompatible plugin.

    Hope this helps someone else.

Viewing 1 replies (of 1 total)
  • The topic ‘primary-sidebar glitch?’ is closed to new replies.