• Resolved stan61

    (@stan61)


    Hallo.
    What I have to do when I want logo on the left from page name and slogan in one bar in header. I don’t know name for item “logo” and item “page name”. I want it to write to style.css in child theme. I use Awada free theme.
    Now is page name and slogan under logo.
    Thank you for your advice.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please share site URL and also provide the screen-shot.

    And mention what you want to achieve.

    Thank You

    Thread Starter stan61

    (@stan61)

    Hi,
    I’m new in WP and I try work on localhost. I haven’t the pages on web yet.
    Here is actual situation how is header of pages:
    header_as_it_is
    and here is my idea how I want to see my header:
    header_as_I_want
    Thank you

    Hi,

    Use suggested logo size 150*50px or high resolution image.

    Let us know for further assistance.

    Thank You

    Thread Starter stan61

    (@stan61)

    Hi,
    Pozition of page name and slogan don’t depend of logo’s size. It is always the same, logo is above page name (as on first picture). I have tried different sizes of logo but logo has never been on the left of page name and slogan. (see second picture).
    Yours sincerelly
    stan61

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello @stan61

    Use put css rules in Additional CSS Field by go to

    Admin Dashboard >> appearance >> Customize >> Additional CSS

    For Logo Image and Title + Description on same line

    #awada-header .site-branding-text {
        display: inline-block;
    }

    For Manage Tile Font Size

    #awada-header .site-branding-text p.site-title {
        font-size: 14px !important;
    }

    For Manage Description Font Size

    #awada-header .site-branding-text p.site-description{
        font-size: 14px !important;
    }

    Note :- Use Title and Description CSS if require.

    Please let us know for further assistance.

    Thank You

    Thread Starter stan61

    (@stan61)

    Hi
    Thank you very much. This is exactly it what I needed.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘logo next page name and slogan’ is closed to new replies.