Forum Replies Created

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

    (@alexalbti)

    as well as the following above it

    @media (min-width: 991px) {
    body.page .site-main > .hentry > .entry-content > .fw-light {
    	  max-width: calc(100% + 95px + 95px);
        margin-left: -95px;
        margin-right: -95px;
    	padding-left: 0px;
    	padding-right: 0px;
    }
    	.fullwidth, body.page .site-main > .hentry > .entry-content > .fullwidth {
    		  max-width: calc(100% + 95px + 95px);
        margin-left: -95px;
        margin-right: -95px;
    Thread Starter alexalbti

    (@alexalbti)

    @umesh84, I have the following code in my theme:

    @media (max-width: 990px) {
    	.site-main {
        overflow-x: hidden;
    	}
    	body.page .site-main > .hentry > .entry-content > .fullwidth, body.page .site-main > .hentry > .entry-content > .fullwidth > *, body.page .site-main > .hentry > .entry-content > .fullwidth > * > *, body.page .site-main > .hentry > .entry-content > .fullwidth > * > * > *, body.page .site-main > .hentry > .entry-content > .fullwidth > * > * > * > * {
    	height: 250px;
    }
    	.wp-block-getwid-media-text-slider-slide-content__content-wrapper>*:first-child {
    		font-size: 30px !important;
    	}
    	.wp-block-getwid-media-text-slider-slide-content__content-wrapper>*:last-child {
    		font-size: 20px !important;
    	}
    	
    	.home .mb0 .wp-block-column:not(:last-child) {
    		padding-bottom: 2rem;
        border-bottom: 8px dotted #d9e1e8;
    	}
    Thread Starter alexalbti

    (@alexalbti)

    Hello @umesh84, thanks for contributing to my issue. Can you tell me exactly where I need to add it? Appearance-Customize-Additional CSS?

    • This reply was modified 3 years, 2 months ago by alexalbti.
Viewing 3 replies - 1 through 3 (of 3 total)