Feature Row

Support Area Forums Bottega Feature Row

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #9714
    Scott Hannaman
    Participant

    Bill,

    I am having issues with the feature row here. It will not recognize the hyplerlink and the animation of the dark box is not working http://www.conchinspections.com

    Also is there a way for me to center the featured posts below the main slider.

    #9717
    Bill Robbins
    Moderator

    Scott,

    The theme’s lightbox gallery uses the same script that the “Fancy Box” plugin does and that’s causing a conflict. The conflict is keeping the black overlay from appearing on hover (that overlay is also the link).

    To fix that, you can either turn off the plugin or the included lightbox gallery from inside the theme options page. That should let the overlays work again.


    You can center the featured items. Place this in the Custom CSS box and that should do it:

    
    
    #features {
    	text-align: center;
    }
    
    .boxgrid {
    	float: none; 
    	display: inline-block;
    	margin-left: 5px;
    	margin-right: 5px;
    }
    

    Let me know if you have any trouble,
    Bill

    #9718
    Scott Hannaman
    Participant

    You are great! Thanks

    #9719
    Bill Robbins
    Moderator

    Always glad to help. Enjoy your weekend!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Feature Row’ is closed to new replies.