Categories widget positioning
-
I have added a sidebar widget for categories on the events page(fksnehadeepam.org/blog), it shows properly in chrome at top right. But in FF and IE the widget is showing down at the bottom right. Please help.
The blog I need help with is: (visible only to logged in users)
-
-
-
Take a look at the details for your theme. https://wordpress.com/themes/edin/ It’s a full width theme, ie no sidebar, just footer widgets.
-
Actually we can add sidebar. Theme does allow that. It shows up properly in chrome. Issue is only in IE and FF. So that must be a bug I think?
-
This is the URL I need the help on: http://fksnehadeepam.org/blog/
Please check the position of the widget on both Chrome and FF. In chrome its showing at the top position. In FF its showing at the bottom…
-
Yeah, I see what you described. In Chrome the widget is at top of the page alongside the title of the first post. In Firefox it is at the end of the page just above the footer.
I am tagging this thread for staff’s attention.
-
This piece of your CSS is shifting your sidebar to the bottom – try removing it and things should pop back into place:
#masthead { height: px; padding-top: ; margin-top: -30px; margin-bottom: -30px; } -
Yes, that has resolved the issue. But that piece of css was there in order to reduce the size of the header. Could you please advice a better solution to reduce the header then?
-
Try adding this to reduce the space above and below your header section:
.site-logo-link, .site-title { margin-top: 5px; margin-bottom: 0; }Let me know if that does the trick.
-
-
- The topic ‘Categories widget positioning’ is closed to new replies.