- This topic has 19 replies, 3 voices, and was last updated 3 years, 4 months ago by
Xhovan.
-
AuthorPosts
-
November 29, 2022 at 3:50 pm #2441960
Xhovan
I am trying to duplicate the header (or dog and text} from https://alwaysgreencarpetcleaner.com/ to https://alwaysgreencarpetcleaner-queens-local.com/ but I can not get it to match. I think it is because the background image starts in the navigation bar in the correct layout. I copied the settings and imported it from the site and still it does not match. Is there a setting I am missing?
November 29, 2022 at 5:12 pm #2441998Ying
StaffCustomer SupportHi 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.
November 30, 2022 at 12:34 pm #2443465Xhovan
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.
November 30, 2022 at 12:54 pm #2443489Ying
StaffCustomer SupportI need to force the text and button to below the navigation. If you look at the target site the text is not displayed
Which text exactly?
https://www.screencast.com/t/Esl6OWeHkzNovember 30, 2022 at 1:00 pm #2443498Xhovan
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.
November 30, 2022 at 1:14 pm #2443521Ying
StaffCustomer SupportWhen 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/Mdsc0xsYvctNovember 30, 2022 at 1:23 pm #2443530Xhovan
sorry the issue is in mobile only
November 30, 2022 at 2:50 pm #2443609Xhovan
I added some custom css and it is better but I dont want the background image to increase in size.
November 30, 2022 at 5:11 pm #2443734Ying
StaffCustomer SupportThe Buttons block of the target site has 125px margin bottom on mobile, while the original site has a 55px margin bottom on mobile:
Target site:https://www.screencast.com/t/zYauvbJ9C
Original site:https://www.screencast.com/t/ESYLDKw9UDecember 1, 2022 at 1:08 pm #2445520Xhovan
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.
December 1, 2022 at 1:17 pm #2445538Xhovan
this is a media query that is causing the problem: @media (max-width: 767px)
.gb-button-wrapper-9c764854 {
margin-bottom: 125px;December 1, 2022 at 1:53 pm #2445603Xhovan
I am making changes and it is better but not matching the requirements.
December 1, 2022 at 7:02 pm #2445944Fernando Customer Support
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.
December 2, 2022 at 11:37 am #2447152Xhovan
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;
}December 3, 2022 at 10:39 am #2448237Ying
StaffCustomer SupportThe 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.
-
AuthorPosts
- You must be logged in to reply to this topic.