page builder service times widget

Support Area Forums Kerygma page builder service times widget

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://testing.knueven.org/purposes/http://
  • Author
    Posts
  • #34097
    Avatar photoZac Manor
    Participant

    Im having trouble getting the map set beside the information instead of underneath like it is now.

    any ideas

    #34102
    Bill Robbins
    Moderator

    Hey Zac,

    I just took a quick look and didn’t see the map. I did see a message at the bottom of the page that says “There were no results for the place you entered. Please try another.”

    Let me know what’s up and I’ll take a look.

    Bill

    #34108
    Avatar photoZac Manor
    Participant

    I just changed it. forgot to save.

    #34109
    Bill Robbins
    Moderator

    Thanks. The side by side styling for that widget is tied to the home page. That way if you place it in a typical sidebar it’ll look correct there. But for the page builder that’s not what you’re looking for. Try adding this to your custom CSS:

    
    .panel-grid-cell .organizedthemes-contact .contact-map {
    	max-width: 100%;
    }
    
    .panel-grid-cell .organizedthemes-contact iframe {
    	max-width: 100%;
    }
    
    @media only screen and (min-width: 521px) {
    
    	.panel-grid-cell .organizedthemes-contact .vcard  {
    		float: left;
    		width: 35%;
    		padding: 20px;
    		min-height: 360px;
    	}
    	
    	.panel-grid-cell .organizedthemes-contact .contact-map {
    		float: right;
    		width: 65%;
    		min-height: 360px;
    		overflow: hidden;
    	}
    	
    	.panel-grid-cell .organizedthemes-contact .contact-map iframe {
    		height: 360px;
    		width: 100%;
    		margin-bottom: -4px;
    	}
    	
    }
    

    See how that works out for you now.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘page builder service times widget’ is closed to new replies.