Hi there,
One week ago I updated the Attitude theme for WordPress to 1.2.9. After the update the position of my qtranslate language flags moved from the header back to the bottom of each webpage. My CSS code for the language flag position:
#qtranslate-2 {
position: absolute;
right: 10px;
top: 100px;
z-index:100;
text-align:right;}
doesn’t work anymore.
Please let me know whether you changed anything in your php files that is causing the problem. Before the update all my custom CSS codes were working.
Thanks!