Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author cats_456

    (@cats_456)

    Hi missyscats, I can’t open this page, it says ‘Sorry, you are not allowed to preview drafts.’ Can can you add the screenshot of this problem?

    Thread Starter missyscats

    (@missyscats)

    For some reason, I am unable to do a screenshot. The scrollbar is on the right side of the header image. It doesn’t show on my iPad, just my laptop.

    Thread Starter missyscats

    (@missyscats)

    This is too much work. I’ve spent *hours* and *hours* finding a theme and trying to get this one to do what I want it to do. There’s the scroll bar, and menu items drip over the header image. I wanted ads on the left sides of the pages, but they land on the right side and I can’t move them. Are there simple help files that tell people how to do things? Really, I think I’m done with WordPress.

    Theme Author cats_456

    (@cats_456)

    For some reason, I am unable to do a screenshot. The scrollbar is on the right side of the header image. It doesn’t show on my iPad, just my laptop.

    Well, it can be scroll bar in the header sidebar. To resolve this problem try to remove widgets from the header sidebar or use css code to hide it: .sidebar-header { display: none; }

    This is too much work. I’ve spent *hours* and *hours* finding a theme and trying to get this one to do what I want it to do. There’s the scroll bar, and menu items drip over the header image. I wanted ads on the left sides of the pages, but they land on the right side and I can’t move them. Are there simple help files that tell people how to do things? Really, I think I’m done with WordPress.

    I see, it can frustate to learn how to use new program. I can advise you don’t think about it to much, relax and take some time for the real Meditation, it helps ?? You can read some articles about WordPress in google or here –
    https://codex.www.ads-software.com/New_To_WordPress_-_Where_to_Start

    • This reply was modified 7 years, 1 month ago by cats_456.
    • This reply was modified 7 years, 1 month ago by cats_456.
    Thread Starter missyscats

    (@missyscats)

    It was search that was causing the problem. I just figured out that I can remove all the widgets from the header sidebar, and that got rid of the scroll bar. Now I hope I can add the menu back. Thanks…

    Thread Starter missyscats

    (@missyscats)

    Sorry to bother you again. Meditation sounds like a good idea, and I think I will do that now. Just one more question. Is there a way to change the color and position of the site name. I’d like it to be above the cats’ ears. Since I can’t do a screen shot, you can see the image I’m using here: https://www.howtolivewithcats.com/new-page.html

    • This reply was modified 7 years, 1 month ago by missyscats.
    • This reply was modified 7 years, 1 month ago by missyscats.
    Theme Author cats_456

    (@cats_456)

    missyscats, you can change colors in the Cusomizer (Menu Colors) and set header text position by changing numbers in the custom css:

    .image-text-wrap {
     top: 0;
     bottom: 0;
     right: 0;
     width: 50%;
    -webkit-justify-content: top;
    justify-content: top;
    }
    
    • This reply was modified 7 years, 1 month ago by cats_456.
    Thread Starter missyscats

    (@missyscats)

    Thanks. I’ll try that.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Scroll Bar On Header Image’ is closed to new replies.