Theme Doesn't Return To Same Position When Clicking On Back Button
-
I’m experiencing some strange problem. This is the website. Just visit it and hover over clocks and then click on any menu (aka nav). It will take you to any particular page. Now just go back (either by pressing backspace or that left arrow mark. Once you go back, that box misplaces and the clocks reduces to 4 from 5. Why so?
I understood somewhat and I think this is the code where the problem is getting arise. When I saw that in inspect element, the problem is getting resolved once I increase width in the following code
<div id=”main_content” class=”home_content” style=”display: block; opacity: 1; margin-left: -176px; top: 168.5px; height: auto; margin-top: -201.5px; padding: 0px; width: 352px;”>I tried my best to find this everywhere (even in CSS) but I didn’t find anywhere except the following code
<div id=”main_content” <?php if ( is_home() ) echo ‘ class=”home_content” ‘ ?>>Note: I have contacted Gleam theme but they gave a free hand that they can’t do that.
Thanks
- The topic ‘Theme Doesn't Return To Same Position When Clicking On Back Button’ is closed to new replies.