alexalbti
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Need to change single block font size on mobileas 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;
Forum: Fixing WordPress
In reply to: Need to change single block font size on mobile@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; }
Forum: Fixing WordPress
In reply to: Need to change single block font size on mobile
Viewing 3 replies - 1 through 3 (of 3 total)