Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Joyn
  • #246243
    Shoutoutstudio
    Member
    Post count: 6

    Hi, Having trouble with the responsive text spacing on a few pages of our new site. Wondering if you can help me out.

    http://ocba.wpengine.com
    Would like a little spacing added above the heading and below the buttons in the header

    http://ocba.wpengine.com/ohio-breweries
    http://ocba.wpengine.com/memberships
    http://ocba.wpengine.com/contact
    Spacing of header needs centered/spaced out.

    I attempted to add padding in the child theme, but my code wouldn’t overwrite.

    Thanks!

    #246298
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You set the height of the fancy heading in the page meta options

    – Kyle

    #246440
    Shoutoutstudio
    Member
    Post count: 6

    Things still aren’t centered on mobile though. Looks great on desktop, but not mobile.

    #246441
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you screenshot the issue?

    – Kyle

    #246457
    Shoutoutstudio
    Member
    Post count: 6

    Sure thing.

    Image one is the homepage on mobile. Would like padding above the header, and below the buttons.

    Image 2 is the header on a handful of our other pages. The text should be centered in the header like it is on the desktop.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #246460
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (max-width: 479px) { 
    .fancy-heading .heading-text[data-textalign="center"] {
      margin-top: -40px!important;
    }
    }

    Value may need adjusting

    For the image on the home page, is there a reason you’re using a multilayer parallax asset instead of just a row?

    – Kyle

    #246524
    Shoutoutstudio
    Member
    Post count: 6

    I am not sure. I didn’t build it, is there a different way we should do it?

    #246635
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes just use a normal Row to add your background

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register