• Closed
  • 12.01.2016 at 20:40 #23499

    I recently purchased the Alora theme and have been trying many of the features. I’m currently using Header #5 and have a logo positioned on the left. For small screen sizes the log moves to the center. Is there a way through the custom CSS to keep the logo always on the right no matter what the screen size? Test site is available at mobile.kyserikekraftsman.com Thanks in advance for the help!

    Denzel Chia
    Moderator
    Posts: 2656
    13.01.2016 at 15:03 #23544

    Hi,

    Please try using the following code in your Theme Options -> Custom CSS

    .normal_logo {
    float: left !important;
    }

    Thank you

    Christopher Conklin
    Spectator
    Posts: 3
    14.01.2016 at 00:40 #23562

    Works perfect … Thanks Denzel!