Skip to main content

Defect In The Watermark Template Tabs Section

Occasionally in Blogger Help Forum: Get Help with an Issue, we see a report of template inconsistency, in the Tabs Menu.
Most of the tabs links work fine - the pages pop right up. The two tabs on the far right, you can't click them and they don't act as links.
When we check the published blog code, the pages gadget looks normal - the two tabs reported just, mysteriously, refuse to operate.

The easiest solution, to this problem, is just to make the tabs section narrower.
Change the tabs captions, make all of the tabs smaller, and the ones on the right will be fine.
This strategy works OK, if the pages, indexed in tabs, can be renamed. But not all owners are interested in re captioning their tabs - and some tabs can't be easily re captioned.

Fortunately, there is an easier way to fix this. The problem here is with the code, in the Watermark template - and a simple CSS fix will take care of the problem.

To correct the problem, use the "Add CSS" wizard, in the Template Designer Advanced menu, and add two rules.

.tabs .widget ul {
width: 100%;
overflow: visible;
}

.main-cap-top .cap-left {
z-index: -1;
}

Copy the above two rules, plus leading and trailing blank lines, into the "Add CSS" window. Then hit "Apply to Blog" - and test your change.

See my Watermark Pages Test.

And please, as always, backup the template before and after making this change.

Comments

Popular posts from this blog

Adding A Link To Your Blog Post

Occasionally, you see a very odd, cryptic complaint I just added a link in my blog, but the link vanished! No, it wasn't your imagination.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.