Tabs and subtabs not attached

Support Area Forums Responsive Visual Tabs and subtabs not attached

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #11971
    Frank Voce
    Participant

    Hi Bill, here I go again…. and thank you for your last advice. Today I need to know 2 things if possible:
    I have sub sub tabs not connected to the upper tab (see website here http://cobybloemsma.com/ …. my art gallery -> paintings-> cartoons ) is this because the name of the tab/page is too long ? Or any other reasons ?

    Other point : within a gallery can the description be styled better ? Client would like 4 lines 1. name of painting 2. tecnique 3. size 4. price or can this only be achieved with a plugin like Royal Slider ?

    Thanks in advanced for any sggestions

    #11979
    Bill Robbins
    Moderator

    Frank,

    That looks like a good old fashioned bug in the navigation menu. To fix it, go to the Theme Options page and select the Styling tab. Scroll down to the Custom CSS box and paste this:

    
    #nav-bar ul.menu li li ul {
    	margin-top: 0;
    	margin-left: -50px;
    }
    

    and save your changes. You could also paste that at the bottom of the style.css file if you’d rather.


    You can also change how the captions look in a gallery (like on http://cobybloemsma.com/cartoons-abstract-others/). Go to the Custom CSS box and paste this:

    
    .gallery-caption {
    	font-size: 12px;
    }
    

    You can change the font-size; 12px; for just about any text styling you’d like to have there. Also you can even place HTML in captions now with WordPress 3.5+ so you could add in line breaks, paragraphs, heading, links and just about anything you’d like to there.

    If you need four lines, I think you can use a

    to create a new line inside the caption.

    If you run into any questions or trouble, let me know,
    Bill

    #11993
    Frank Voce
    Participant

    Thanks a millon Bill, you made my day 😉

    #11994
    Bill Robbins
    Moderator

    Anytime Frank. Have a good one.

    #11995
    Frank Voce
    Participant

    Bill, another one (sorry) : what do I need to change to have the thumbnails of the galleries showing the whole pic ( example http://cobybloemsma.com/cartoons-abstract-others/ , the pic “cowgirl” is cropped , you don’t see the full head )?

    Got the solution, Bill… sorry to bother you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tabs and subtabs not attached’ is closed to new replies.