• Resolved metaleon

    (@metaleongmailcom)


    Hi,

    I’m trying to align the main top logo to the right (the site and template are modified as RTL), also also move the social icons to the left hand side (just move them left, w/o repositioning).
    Website: http://www.infobleach.co.il

    Looks like there ain’t much support for this theme…

    Would appreciate any help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Themonic

    (@themonic)

    I see that in the default installation with RTL the logo is already aligned to left. You must have modified the css on your site.

    Anyway it’s not that difficult anyway

    Use the following code for doing this.
    .socialmedia {
    float: left;
    }

    and
    .themonic-logo {
    float: left;
    }

    Thread Starter metaleon

    (@metaleongmailcom)

    Awesome!

    I’m a first timer with this theme so I’m still getting a bit used to it..

    Thanks again!

    Theme Author Themonic

    (@themonic)

    No problem.

    Thread Starter metaleon

    (@metaleongmailcom)

    While we’re at it, is there an option of adding another social icons besides what’s offered in the theme options? Looking to add LinkedIn and YouTube

    Thanks!

    Theme Author Themonic

    (@themonic)

    Kindly create a new ticket for this.

    Thread Starter metaleon

    (@metaleongmailcom)

    Will do, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header Logo Alignment to Left’ is closed to new replies.