• Resolved cybarmitzvah

    (@cybarmitzvah)


    Hi all,

    https://www.astronomertalk.com

    I would like to know how to center the header and description text underneath it.

    I would also like to know how to make the background always visible the same amount when someone is resizing the page.

    I have a child theme installed, but am pretty new to wordpress.

    Best,
    JB

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Richie KS

    (@rkcorp)

    i think you already got the first one right.
    the bg image is visible for mobile and desktop users. however if user resize to certain size that did not trigger the @media-query then there’s nothing much css can help there.

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    I still need to know how to center the header and description.

    Thank You,
    JB

    [bumps moderated]

    Theme Author Richie KS

    (@rkcorp)

    add this to theme option->custom css
    #custom #siteinfo {width: 100%;text-align: center;}

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    Thank you.

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    Whats weird though is that the title and tagline are not really centered. There seems to be some type of margin or something in the left because they are closer to the right side of the page. Do you know what this may be?

    Best,
    JB

    [Moderator note: Please stop bumping, these are volunteer-based forums and you have to be patient]

    Theme Author Richie KS

    (@rkcorp)

    add this to theme option->custom css
    #custom #siteinfo {width: 100%;text-align: center;margin:0 !important;}

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    where is option -> custom css

    Theme Author Richie KS

    (@rkcorp)

    wp-admin->appeareance->theme option-> custom css tab

    Thread Starter cybarmitzvah

    (@cybarmitzvah)

    Thank You!

    Will this stay even with a theme update?

    Best,
    JB

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘make background always showing center header description’ is closed to new replies.