I want my header is width=100%. How do i do ?

Posted in: Newspaper
Post count: 21

Hi
My header is not take all large on screen. I want my header is width=100%. How do i do ?

Thanks

Post count: 23312

Hello i24gabon,

Provide your website URL so I can take a closer look at it. Also, notice that if you will use any background image, the site width will be automatically switched to boxed mode. Try to change your header style to another one from our list and check the results.

Thanks for the message!

Post count: 21

This my website URL: http://i24gabon.com/

Post count: 23312

Hello i24gabon,

Change your header style to another one, as I saw above, like this -> https://www.screencast.com/t/Fo2umwct (header style 5, for example)

Thanks.

Post count: 21

I choosed header style 5 but it is not work, it is not like i want !

Post count: 13

I get the same issue.

Post count: 23312

Hello i24gabon,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 21

My website URL is : http://i24gabon.com/

Post count: 4

Hi i24gabon,

I’m not a pro in CSS, but I think the following code should work on your website.


/* Setting header to 100% */
.td-header-wrap.td-header-style-3 {
 width: 100%;
}

/* Setting children size */
.td-header-top-menu-full.td-container-wrap,
.td-banner-wrap-full.td-container-wrap,
.td-header-menu-wrap-full.td-container-wrap {
 width: inherit;
}

Add it in Newspaper>Theme panel>Custom code>Custom CSS

Please tell me if there is any problem with it !

Post count: 21

It is work fine. Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.