Reply 64452 to: Some questions about the theme

Avatar: Eva
Eva Kemp
Support staff
May 18, 2015 at 09:24

Hello,

1. Please add this code in custom.css file:

@media (max-width: 480px) {.fixed-header-area .navbar-right .navbar-right {
    left: 2px !important;
}}

How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

2. You can add your code in Appearance > Widgets > Place in header top bar or edit the current links in the file wp-content/themes/royal/framework/shortcodes.php (lines 1729-1761) and change the links to yours, for example for twitter, replace the link https://twitter.com/share?url='.$permalink.'&text='.$post_title.' to your Twitter account link.

3. You can edit it in wp-admin > Settings > General.

4. Use this code in custom.css file:

@media (max-width: 480px) {#sc_chat_box div.sc-chat-header {
    padding: 2px 15px !important;
}}

Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.