Hi there – I need the header layout no.4 but with another graphic roughly the same size as the logo – but on the far right side. So main logo on the left side and second logo on the right (the social icons that are on the right in header 4 thus need to be displayed on the top menu bar above the logo like in header 2)
Is this possible? – plus how will this work with responsive views? will the second logo be shown below the main one?
Also do you have the options of adding higher resolution logos for retina devices etc?
Thanks
Hey anton123!
Can you please give us a screenshot of what you’re trying to do?
Enfold doesn’t have option for retina display. The technique is to use image with twice the size as needed then resize it in half using css. So for example you have a 100x100px image with selector id “awesome-image”, you can add this on Quick CS or custom.css:
#awesome-image {
width: 50px;
height: 50px;
}
The image displayed will have a size of 50x50px but the actual size of the image that is use is 100x100px. The image will still look crisp on retina display. You can also use this plugin: http://wordpress.org/plugins/wp-retina-2x/
Regards,
Ismael
Anton, were you able to add the second logo to the right side of the header? I have the same issue.
Kevin Propper