Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #165724
    Tom Grimes
    Participant

    I would like to be able to use css to change the size of the logo, text and tagline section in the header area.
    The site in development is http://scfia.avatarws.com/
    I would like to either move the text and arrows image into the header above it or shrink the logo and “member login” button area so visitors can see more of the slideshow below the navigation bar.

    #165744
    sapana
    Participant

    @tomavatarws-com:/To decrease the logo size*/
    Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    site-logo a {
        max-width: 50%;
    }

    I suggest you to use the arrow image of smaller height so that it will be possible to visitors to see more of slideshow area.In other hand you can also use the site title and tagline area instead of arrow image to show the text.
    Let me know if this helps you out!

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo, text and tagline – resizing information needed’ is closed to new replies.