• I’m trying to affix the website description directly underneath the website title, however, as it’s responsive, when viewed in anything widescreen (e.g. desktop) the description displays NEXT to the site title (on right hand side).

    I want it to always appear underneath, as it does on mobile view.

    Is there any CSS code for this? I’ve been trying to days and haven’t got any further.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I took a look at your site and it appears you have gotten this taken care of as I’m seeing the description below the site title on all screen sizes. Let me know if you still need help with this.

    Thread Starter kamilika

    (@kamilika)

    Hi, thanks for taking a look. It seems to be working OK on the home page but on the post pages it goes side-by-side again. Any ideas how I can change it?

    Thanks!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Ah, yes I see that on the single post pages. Add this to the custom CSS and all should be good on all pages and posts.

    .site-description {
      display: block;
    }
    Thread Starter kamilika

    (@kamilika)

    ahhh amazing, worked perfectly! Thanks so much ??

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to fix website description underneath site title’ is closed to new replies.