How To Make Emporio Theme Sidebar Show On Opera Browser

Emporio theme is one of the best new themes from Blogger and customizing it has been an issue for many bloggers after installing it. While editing the theme, I didn’t check my blog on Opera browser until two fellow bloggers sent me the screenshot of how my blog appears on Opera browser. The sidebar always falls at the bottom of post pages. That is, when you click on a post, the sidebar is seen at the blog bottom, above the footer.

Emporio theme is designed by default to let the sidebar sit at the bottom on some browsers according to its width. There is a media query condition in Emporio theme code that is responsible for it. But this can be corrected and the sidebar won’t appear at the bottom. Below is a simple tutorial on how to fix that.

Sign in to your blogger dashboard at blogger.com.

==> Go to Theme > Edit HTML.

==> Search for @media (max-width: 1328px) 

How To Make Emporio Theme Sidebar Show On Opera Browser


==> Edit 1328px to 640px or to a range of not more than 750px.

==> Click Save Theme.




How To Make Emporio Theme Sidebar Show On Opera Browser
How To Allow Emporio Theme Sidebar Display On Opera Browser

This is just so quick and easy tweak. What you do think?