I am using a flag selector to translate a website. At the moment I have the flag wrapped in around the social media section, but I would like to move the flag position to the top right of the main container.
I am also struggling to make the flag about 25% bigger to make it easier to select.
Apart from other errors, you have the flag in an <li> element which (a) has no <ul> or <ol> and (b) is a block element so will take up the width of the page.
Thanks, I got that updated in the minified css file, now uploaded. Any help with moving it to the right? Is it something to do with the relative positioning? On mobile view its too close to all the social media, so would like it on the top right instead.
float: right would move it to the right, plus a padding-top so it doesn’t sit right at the top of the page. Someone else might have a better solution.