Site logo

Archived topic

Cannot duplicate header

19 replies · Started by Xhovan on November 29, 2022

Viewing posts 1–15 of 20

Hi there,

The original site has a header element which merges the header with the content.

You can replicate it by creating a new header element, and enabling the merge feature.

That did solve a program but the main problem remains. I need to force the text and button to below the navigation. If you look at the target site the text is not displayed. I have the same settings for the two sites but different results. When I look at the settings the padding instead of 75 is 5 and will not be changed. I just want to push the text to below the navigation.

The text is in the navigation but this is it: carpet cleaning first green cleaning company. Basically the padding is not working and I cannot change it in the inside container.

When I look at the settings the padding instead of 75 is 5 and will not be changed

I'm not sure what you mean, the two sites look the same, and the menu items' paddings are the same which is 14px/15px.
https://www.screencast.com/t/Mdsc0xsYvct

sorry the issue is in mobile only

I added some custom css and it is better but I dont want the background image to increase in size.

Here is the issue. If I place the 55px in the bottom it increase the margin between the 2 containers and creates a large white space. In the original is increases the background image size, which I want.

this is a media query that is causing the problem: @media (max-width: 767px)
.gb-button-wrapper-9c764854 {
margin-bottom: 125px;

I am making changes and it is better but not matching the requirements.

Hi Xhovan,

Can you try setting the bottom margin of the Button Wrapper to 55px for mobile view first, and we'll recheck what's occurring?

We'll assess the appropriate solution afterward.

ok it is done, I wont make anymore changes but in the source it is increased to 125 @media (max-width: 767px)
.gb-button-wrapper-9c764854 {
margin-bottom: 125px;
}

The container with the background image has a bottom padding on the target site which the original site doesn't have.

Do you have the access to the target site? If so, you can copy the entire page and paste it to the target site, the 2 pages will be exactly the same.

This archived topic is closed to new replies.