Adjust unit forum position link

Home Forums Legacy Support Support queries How-to & Troubleshooting Adjust unit forum position link

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145706
    hilmanf
    Spectator
    Hi Vibe, Unit forum link position in course not well adjusted. Please refer: http://prntscr.com/iaqmyc Need to fix it, center to grey box. Thank you.
    #145752
    Mark Morgan
    Spectator
    Hello, To fix this issue you have to add following CSS code in custom CSS. To do this go to WP-Admin -> Appearance -> Customize -> Custom CSS CSS Code: .unitforum { margin:auto; }
    #145774
    hilmanf
    Spectator
    Perfect! Thank you. One more. How to add margin between discussion and unit forum. It's too close. Please refer: http://prntscr.com/iavsbk
    #145851
    Mark Morgan
    Spectator
    Hello, To add margin between discussion and unit forum you need to replace the above CSS with the CSS given below in Custom CSS. Set margin according to your requirement. CSS Code: .unitforum { margin-top:50px; }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjust unit forum position link’ is closed to new replies.