Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #123444
    June
    Participant

    Hi WEN Solutions,

    I need some urgent help please.
    I am trying to align the header content (logo and menu items) to the page content container.
    Do you have solution for this?
    Below a screenshot:
    Header content not aligned with page container content

    I suspect that I need to do the following:

    On line 98 of file structure.php is id=”masthead” called by this add_action function:

    add_action( ‘wen_business_action_before_header’, ‘wen_business_header_start’ );

    I need to change the id name, probably by removing that action and adding a new one?

    Thanks,
    June

    #123473
    June
    Participant

    Hi WEN Solutions,

    I managed to figure out how to solve the above issue.

    Now I need to increase the container size of my pages, how can I do that?

    Regards,
    June

    #123512
    June
    Participant

    Hi WEN Solutions,

    This is urgent, please can I have some feedback?

    Regards,
    June

    #123549
    June
    Participant

    Please can I have feedback for the above?

    #123587
    wensolutions
    Participant

    Hello june,

    We apologize for the delayed response.

    To increase the width of the page contents container, you can try adding the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .container {
        width: 100%;
    }

    Hope this Helps,

    Best Regards !!

    #123600
    June
    Participant

    Hi WEN Solutions,

    I did not ask for the container to be made fullscreen, I asked how can I increase the size? Ie how can I adjust the width to a certain size.

    Regards,
    June

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header content not aligning with page container’ is closed to new replies.