Viewing 3 replies - 1 through 3 (of 3 total)
  • could you elaborate what you are trying to say

    Thread Starter Stacy (non coder)

    (@functionmunchkin)

    Would like to have the site description to the right of the page aligned with the logo. The tagline, as opposed to under the site name.

    Hello There!

    We really appreciate you writing in.

    We would like to inform you that you can do this by adding some CSS code to the theme’s custom CSS section which is at Dashboard-> Appearance-> Theme Options-> Basic Section-> Custom CSS and save.

    /*width value controls the size of logo image*/

    .sitelogo-wrap {
        width: 200px;
        float: left;
    }
    
    .sitetext-wrap {
        float: left;
    }

    The above is a generic code and might not work for you.
    If that is the case, we will need your site URL to send you the proper code. Please write to us at https://accesspressthemes.com/support/

    Hope this information was useful.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tagline Suggestion’ is closed to new replies.