• Resolved ace2279

    (@ace2279)


    Hi, is there a way to edit the header space to take my entire logo image? Currently it doesnt matter how big I make the image it still adds the primary colour around it in the header space. What I’d like to do is have my image fill the space so I can use the primary colour to change the text colour on the widget boxes. I have to have the background of the header and site white to fit my images at present
    https://www.synergyyc.net

Viewing 4 replies - 1 through 4 (of 4 total)
  • I would also like to know how to change header height. I want more content on the page. Was hoping a shorter header would help. https://dietitianformen.com

    Thanks

    Think I found the solution. I am not good technically with css, so bear with me.

    In the style sheet, under 12.0 structure. edit this:

    .site-branding {
    padding: 25px 0;
    }

    The default is 50px.

    Hope this helps

    You should not edit the theme files directly, as you will loose all modifications upon update. Instead, you should build a child theme or use a custom css plugin to make changes.

    Also, please add the following code to your custom css plugin because your changes in post padding affected the read more button:

    .read-more {
       right: -10px;
       bottom: -20px;
    }

    good to know. thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit header space’ is closed to new replies.