• 1. Header and Menu:
    It seems the header/logo and menu are on two different rows. How do I put them in one row with two columns so the total height of the header is reduced.

    2. There is a large space shown between my red background and white body of the text. How to I reduce the height between these two sections (top, bottom and sides).

    I tried to find answers on the threads and tried different options but nothing work. Really appreciate any help!

    Website: https://curativeconsulting.com/

    Uyen

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is this in the Custom CSS somebody put in there.
    https://curativeconsulting.com/?sccss=1&ver=4.2.2

    .col-md-4 {
      width: 100%;
    }

    also one with the .col-md-8 too.

    So the first thing is to remove that out, that classes are part of CSS framework, making change to it like that will mess up anything else that use those classes too.

    Remove that out from the Custom CSS, and go frome there. Usually for themes with page builder functionality, most of basic thing we need is already available without the need to make additional changes.

    Thread Starter curative

    (@curative)

    OK, removed the .col-md-8 fixed the menu issue. Thanks.

    The reason I made change to the width of .col-md-4 as below is because I want all the text on the same line for the footer. If I remove this, how do I make text on the same line in the footer widget?

    .col-md-4 {
    width: 100%;
    }

    Thread Starter curative

    (@curative)

    OK, I figured this one out by adding this:

    div#sidebar-footer
    div.textwidget {
    width: 970px;
    }

    In case anyone is trying to do the same thing, it is important to have the subsection in bold above.

    Can anyone help with my 2nd issue (reduce space between background and main body of text)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust header height and main body text’ is closed to new replies.