Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1214692
    themuny
    Participant

    I have tried removing the .hentry margin-top but it never takes when adding into the custom css area.

    Is there anyway to override this?

    I am trying to shorten the space in between the banner image and the article.

    #1214910
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1215149
    themuny
    Participant
    This reply has been marked as private.
    #1215373
    Nico
    Moderator

    Hi There,

    Add this in your Customizer > Custom > CSS:

    .hentry{
    margin-top: 0em;
    }

    Let us know how it goes.

    Thanks.

    #1216389
    themuny
    Participant

    It doesn’t apply.

    #1216726
    Jade
    Moderator

    Hi there,

    Please try

    .hentry {
        margin-top: 0.5em !important;
    }

    Hope this helps.

    #1220923
    themuny
    Participant

    Still nothing, the change doesn’t even show up when I inspect the page through Firefox or Chrome.

    #1221001
    Thai
    Moderator

    Hi There,

    You forgot to close the curly bracket(}) in your custom CSS.

    Please replace your current CSS with this:

    .x-logobar {
    	background-color: #151539;
    }
    
    .x-container.offset {
    	margin: 40px auto 100px;
    }
    
    .x-navbar .desktop .x-nav > li > a:hover {
    	box-shadow: inset 0 -4px 0 0 #1f8ed1;
    }
    
    .x-colophon {
    	border-top: 0px;
    }
    
    .x-colophon+.x-colophon {
    	border-top: 0px !important;
    	box-shadow: none  !important;
    }
    
    body .x-navbar .x-nav li>a>span:after {
    	display: none;
    }
    
    .x-navbar .menu-item:hover .sub-menu {
    	display: block !important;
    }
    
    .widget.widget_recent_entries li a {
    	font-family: "Source Sans Pro",sans-serif;
    }
    
    .x-colophon.top .x-container.max.width {
    	width: 100%;
    	max-width: 100%;
    }
    
    .x-content-band {
    	margin: 0px;
    	padding: 0px;
    }
    
    .x-colophon.top {
    	padding: 0px;
    }
    
    .x-colophon.top .x-container.max.width .textwidget {
    	margin-left: -26px;
    }
    
    .page .entry-featured, /** for Single Page **/
    .single-post .entry-featured,  /** only for Single Post Type **/ {
    	display: none;
    }
    
    .woocommerce div.product .summary .product_title {
    	color: #3b3b97;
    }
    
    .woocommerce-ordering select {
    	font-size: 15px;
    }
    
    .woocommerce-result-count {
    	font-size: 15px;
    }
    
    .x-navbar-inner .x-container.max.width {
    	max-width: 100%;
    	width: 100%;
    }
    
    .x-navbar .desktop .x-nav > li ul {
    	top: 65px;
    }
    
    .desktop .x-nav .x-megamenu>.sub-menu>li>a {
    	font-size: 22px;
    	font-weight: 600;
    	font-style: strong;
    }
    
    .desktop .sub-menu {
    	font-size: 18px;
    	font-weight: 300;
    }
    
    .x-nav .x-megamenu>.sub-menu a {
    	padding: 0 10px;
    	line-height: 20px;
      /* reduce the spacing between each line */;
    }
    
    .desktop .x-nav .x-megamenu>.sub-menu>li>a {
    	text-transform: none;
    }
    
    .woocommerce-result-count {
    	padding: 0 9px;
    }
    
    li.description_tab.x-nav-tabs-item.active {
    	display: none;
    }
    
    label {
    	font-size: 16px;
    	font-weight: 600;
    }
    
    input[type="number"] {
    	font-size: 18px;
    }
    
    .x-img-thumbnail {
    	border: none;
    	box-shadow: none;
    }
    
    a.x-img-thumbnail:hover {
    	box-shadow: none;
    }
    
    .woocommerce li.product .entry-featured img {
    	padding: 15px;
    }
    
    .desktop .sub-menu a:hover {
    	background-color: rgba(84,190,255, 0.25);
    }
    
    .x-navbar .mobile .x-nav li>a {
    	text-align: center;
    }
    
    .x-navbar .mobile .x-nav ul {
    	margin: 0px;
    }
    
    .h-feature-headline span i {
    	background-color: #3b3b97;
    }
    
    .x-navbar-fixed-top-active .desktop .x-nav .x-megamenu>.sub-menu {
    	padding: 10px 0;
    }
    
    .entry-title {
    	color: #990070;
    }
    
    .h-landmark {
    	color: #990070;
    }
    
    .entry-title {
    	font-size: 275%;
    }
    
    .x-alert {
    	font-size: 15px;
    }
    
    .desktop .x-nav .x-megamenu > .sub-menu > li {
    	left: 25%;
    }
    
    @media screen  and (max-width: 1740px) {
    	.desktop .x-nav .x-megamenu > .sub-menu > li {
    		left: 20%;
    	};
    }
    
    @media screen  and (max-width: 1450px) {
    	.desktop .x-nav .x-megamenu > .sub-menu > li {
    		left: 15%;
    	};
    }
    
    @media screen  and (max-width: 1200px) {
    	.desktop .x-nav .x-megamenu > .sub-menu > li {
    		left: 10%;
    	};
    }
    
    @media screen  and (max-width: 1100px) {
    	.desktop .x-nav .x-megamenu > .sub-menu > li {
    		left: 5%;
    	};
    }
    
    .x-accordion-inner {
    	padding: 20px;
    }
    
    .page-id-390 .entry-wrap {
    	display: block;
    	padding: 30px 25px 0px 25px;
    	background-color: #5B2E63;
    	border-radius: 4px;
    	box-shadow: none;
    }
    
    .entry-wrap {
    	padding: 40px;
    }
    
    .page-id-122 .entry-wrap {
    	display: block;
    	padding: 30px 0px 0px 0px;
    	background-color: #151235;
    	border-radius: 4px;
    	box-shadow: none;
    }
    
    .page-id-408 .entry-wrap {
    	display: block;
    	padding: 30px 25px 0px 25px;
    	background-color: #EE3924;
    	border-radius: 4px;
    	box-shadow: none;
    }
    
    .x-searchform-overlay .form-search label {
    	color: #990070 !important;
    }
    
    .x-nav-tabs>li>a {
    	padding: 10px 0 !important;
    }
    
    .x-header-landmark {
    	margin: 45px auto 0px;
    }
    
    h2.entry-title.entry-title-portfolio {
    	font-weight: 600;
    }
    
    .widget_nav_menu ul li ul, .widget_nav_menu ul li .sub-menu, .widget_meta ul li ul, .widget_meta ul li .sub-menu, .widget_pages ul li ul, .widget_pages ul li .sub-menu {
    	display: none;
    }
    
    .widget_nav_menu ul li:hover ul, .widget_nav_menu ul li:hover .sub-menu, .widget_meta ul li:hover ul, .widget_meta ul li:hover .sub-menu, .widget_pages ul li:hover ul, .widget_pages ul li:hover .sub-menu {
    	display: block;
    }
    
    .x-sidebar .widget {
    	padding: 20px;
    	background-color: #ffffff;
    	border-radius: 5px;
    }
    
    .x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    	text-shadow: none !important;
    }
    
    @media screen  and (max-width: 768px) {
    	#cast-headshot {
    		display: none;
    	};
    }
    
    @media screen  and (max-width: 979px) {
    	#home-image {
    		display: none;
    	};
    }
    
    .x-portfolio .entry-info {
    	width: 100%;
    }
    
    .single-x-portfolio .entry-featured {
    	display: none !important;
    }
    
    .single-post .entry-featured {
    	display: none;
    }
    
    hr {
    	border-top: 1px solid #d4d4d4;
    }
    
    .ilightbox-overlay.light {
    	background: #000;
    }
    
    .ilightbox-holder.light {
    	background: transparent;
    	box-shadow: none;
    }
    
    .x-colophon.bottom {
    	background-color: #990070;
    	color: #ffffff;
    	padding: 0px;
    }
    
    .x-colophon.bottom .x-colophon-content {
    	margin: 15px 0 0 0;
    }
    
    .wp-caption > .wp-caption-text, .wp-caption > .wp-caption-text:last-child {
    	font-size: 15px;
    	text-transform: none;
    }
    
    .tcode-event-schedule .scheduled-days .scheduled-day .row-date {
    	font-size: 0px !important;
    }
    
    .tcode-event-schedule .scheduled-locations .scheduled-location.active {
    	box-shadow: inset 0 -6px 0 #990070;
    }
    
    .tcode-event-schedule .scheduled-locations .scheduled-location.active {
    	font-weight: 900;
    }
    
    .tcode-event-schedule .scheduled-locations .scheduled-location {
    	font-weight: 300;
    }
    
    @media screen  and (max-width: 1200px) {
    	#slider-background {
    		background-image: none !important;
    	}
    
    	#Instagram {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/instagram_logo_white-min.png);
    		height: 40px;
    		width: 40px;
    	}
    
    	#Instagram:hover {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/instagram_logo_3b3b97-min.png);
    	}
    
    	#Facebook {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/facebook_logo_white-min.png);
    		height: 40px;
    		width: 40px;
    	}
    
    	#Facebook:hover {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/facebook_logo_3b3b97-min.png);
    	}
    
    	#YouTube {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/youtube_logo_white-min.png);
    		height: 40px;
    		width: 40px;
    	}
    
    	#YouTube:hover {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/youtube_logo_3b3b97-min.png);
    	}
    
    	#Twitter {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/twitter_logo_white-min.png);
    		height: 40px;
    		width: 40px;
    	}
    
    	#Twitter:hover {
    		background-image: url(http://muny.pnmg.com/muny/wp-content/uploads/2016/03/twitter_logo_3b3b97-min.png);
    	}
    }
    
    .hentry {
        margin-top: 0.5em !important;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1214692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>