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?
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.
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.
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.ww.wp.xz.cn/New_To_WordPress_-_Where_to_Start
-
This reply was modified 8 years, 5 months ago by
cats_456.
-
This reply was modified 8 years, 5 months ago by
cats_456.
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…
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: http://www.howtolivewithcats.com/new-page.html
-
This reply was modified 8 years, 5 months ago by
missyscats.
-
This reply was modified 8 years, 5 months ago by
missyscats.
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 8 years, 5 months ago by
cats_456.