• Hi there. I am trying to change the header image size (the trash pile underneath the text) so that it appears as the entire width of the page, with the same height as it currently is.

    Is this something that i change in editor?

    Here is the site if that helps:
    https://garbagegurlz.com/

    thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi mszip

    Try adding the following to your style.css in your child theme

    .site-header .widget {
    text-align: right;
    width: 100%;
    }

    Please let me know if I can assist.

    Thank you,

    Pete

    Thread Starter mszip

    (@mszip)

    thanks pete!

    would i add this under the /* HEADER
    ———————————————– */

    section of the style sheet? thanks

    Thread Starter mszip

    (@mszip)

    thanks! it worked! yay!!! youre the best!
    any idea how to change the font in the header as well??

    Thread Starter mszip

    (@mszip)

    i’m now having a problem though that the picture is too big and therefore really pixilated, is there any way to change this?

    I’m sorry but as you appear to be using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.
    Try https://themeforest.net/user/WPExplorer

    Hi mszip

    Actually the position of the elements in a style sheet will not affect whether it gets processed or not.

    Also, if you notice, the HEADER you are referring to is commented out (with the /* */ tags, so that text inside the tags are ignored.

    The font in the header is controlled in the following element

    pre {
    font-family: arial;
    font-size: 12px !important;
    }

    You can change the family and the size as you need.
    You have to add !important on the size because there is another style code on that element which is “inline” taking precedence.

    Please let me know how I can be further assistance.

    Thank you,

    Pete

    Hi mzsip

    If you prefer, I can assist you via Skype.

    My Skype name is

    [moderated]

    Thank you,

    Pete

    @pete: Please do not solicit contact via Skype. Posting your Skype username or asking others to contact you off forums is really frowned upon here. This is to protect users and to prevent people from trying to solicit work or harvest email addresses from the forums.

    Additionally, the point of these community-based forums is to help each other in a public space so that the whole community can benefit from the discussion and any solutions proposed. Private discussions take this benefit away. If you would prefer a one-to-one discussion, please try https://directory.codepoet.com/ or https://jobs.wordpress.net/

    I apologize…

    Normally, an image cannot be sized larger without some distortion due to the resolution limits of the image file.

    It may be possible to create a larger image using photo editing software.

    Thank you,

    Pete

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘{theme: Fashionista} Help resizing header image’ is closed to new replies.