Tagged: x
-
AuthorPosts
-
March 29, 2016 at 12:11 pm #857171
i would like reduce spacing at the top of each section. i messed with padding and some gaps. looks good on desktop but too much spacing on mobile. any pointers. see attached. i would like headline to be same height as image with just a bit of space on top and bottom of each section with image. thanks.
also i can’t seem to turn off upper case for the text box content.
tomorc.org
latest versionsMarch 29, 2016 at 7:11 pm #857707Hey there,
The Gap element has a Hide Based on Screen Width option so you could set a Gap for desktop and another one for mobile. To demonstrate, please see https://cloudup.com/cp3AaiFvkp2 (open in Firefox)
Hope that helps. ๐
March 29, 2016 at 8:28 pm #857818you know, i should of seen that. thanks.
March 29, 2016 at 8:34 pm #857823This reply has been marked as private.March 30, 2016 at 1:13 am #858201Hi There,
The spacing above “2016 Course” and other similar headlines is the default top margin of those headlines. Please add mtn CSS class under Class field of each headline’s settings (see: http://prntscr.com/7qeolc). Then if you want to add spacing above them on desktops, you can add another Gap element and hide it on mobiles.
Regarding your second question, to fix it, add following CSS under Custom > CSS in the Customizer:
@media only screen and (max-width: 767px) { .x-brand { max-width: 75%; line-height: normal; } .x-btn-navbar { margin-top: 18px; } }
Thank you!
March 30, 2016 at 11:00 am #858932absolutely got it done. I’m learning so much form your help. Thanks again. Great service.
March 30, 2016 at 5:50 pm #859659Youโre most welcome! ๐
-
AuthorPosts