Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gawakamy

    (@gawakamy)

    I guess the developer stopped to support about this issue. Anybody has idea for this?

    cagsmith

    (@cagsmith)

    You can do this by adding some custom CSS. I used the following CSS to get the titles to display below the images, as well as making the text a bit smaller and less heavy.

    The following assumes you are using the “light theme”. I also added custom CSS to remove borders earlier, so I’m not sure how the below will look if you still have the borders enabled.

    #cg-ul > li {
    	height: 235px !important;
    }
    
    div.cgtitle.always {
    	height: 50px !important;
    }
    
    div.cgback.always {
    	display: none !important;
    }
    
    div.cgview.light ul li div.cgtitle p a {
    	font-size: 12px !important;
    	font-weight: 400 !important;
    }

    If possible, you should try to implement such CSS changes without resorting to using “!important”, but unfortunately because of the way my client’s site was set up it was necessary in this case.

    nomigobo

    (@nomigobo)

    hello cagsmith .. i am having little problem .. as gawakamy mention same thing is here .. but i’m not a techie person… can you tell me where to place this code to show title below the image ???

    Thanks with Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title location.’ is closed to new replies.