• Resolved nvlctur

    (@nvlctur)


    Hi there

    I had a question from my client – the top header…we have text on left side and social icons on the right.

    This shows left and right on desktop. On the mobile however, they are stacked and centered. Is there a way to have them still show on the left and right like on the desktop?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author theme404

    (@theme404)

    Hello @nvlctur
    Thank you for using our theme.

    Go to Appearance > Customize > Additional CSS and add following CSS;

    @media only screen and (max-width: 479px){
    .top-header-wrap {
        display: flex !important;
    }
    }

    Thank You

    Thread Starter nvlctur

    (@nvlctur)

    That worked thank you.

    On the same topic but regarding my footer – I have 3 footer widget areas. The middle one I have a bunch of text. How can I centre that text?

    Also, the image I have in the fist footer, how can I centre that?

    Thread Starter nvlctur

    (@nvlctur)

    Anyone?

    Theme Author theme404

    (@theme404)

    Hello @nvlctur
    Go to Appearance > Customize > Additional CSS and add following CSS;

    @media only screen and (max-width: 479px){.site-footer .widget-area{
        text-align: center;
    }}

    Thank You

    Thread Starter nvlctur

    (@nvlctur)

    Thanks that worked great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Justify top header’ is closed to new replies.