HI folks – can you please see the screenshot of my site on iPad Portrait
https://www.dropbox.com/s/kufjs6mgucpbz9k/IMG_0244.PNG?dl=0
1 – The cart and responsive menu don’t line up – is there a way to move the nav up to sit next to the cart?
Cheers
Hi ShortieD!
The site and your screenshot look very different, could you link to a page where we can see the issue please?
Regards,
Rikard
ah sorry! this is the site here http://www.ttnq.org.au/dev/
Hi!
Thanks for the link. I’m guessing you’re referring to the social icons, right? Please try the following CSS:
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks {
right: -3px !important;
margin-top: 34px !important;
}
}
Cheers!
Rikard