Move the positions of logo and menu texts

Home Forums Legacy Support Support queries How-to & Troubleshooting Move the positions of logo and menu texts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #202102
    user212
    Participant
    Hello Support, How do you move the logo more to the left or right? How do you move the menu texts left or right? Thank you.
    #202191
    Anshuman Sahu
    Keymaster
    Well both of these options are not available currently . But we can do it using custom css : for logo positioning : h1#logo img { position: relative; left: 30px; } you can adjust the value "  30px " in above css to move the logo to the right or left . It will laso work in negative value . like : -50px .   but could not move the nav menu text to left right ? do you wish to move the whole nav menu ?   if yes then this css would help :   header nav { position: relative; right: 0px; }
    #202243
    user212
    Participant
    Hi Alex, Thanks! These work perfectly. How do you also position the copyright texts and social media icons? Thank you!
    #202343
    Anshuman Sahu
    Keymaster
      for copyright text : div#footerbottom .col-md-3 {position :relative;left:50px} for social icons on right in footer : div#footerbottom .col-md-9 {position :relative;right:50px}  
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move the positions of logo and menu texts’ is closed to new replies.