Edit the first section on your main page in the muffin builder, there you will find an option to set it full width. Like here:http://prntscr.com/fmg2ca
Go to theme options>global>general and disable the transparent header, see: http://prntscr.com/fmg2vw
Go to theme options>header&subheader>header an select the header to be full width, screen: http://prntscr.com/fmg3gs
Hi Thank you for your tips. I already did your above instructions.
I am excited to know how do we achieve:
1) yellow background box in full width for the menu and for 'see the details' box then 2) white background box in full width for the logo and paragraph with words: Promo works inc aims to create ultimate consumer...
Also tried to make a wider white box for logo background thinking it would work but could still not fill up the whole screen. see: http://nimb.ws/OBIoGl
Also I noticed that after implementing the instructions you gave, the bldg photo found on the beginning pages went missing.
Thanks for your tips above! No need to get confused, pasted the codes you gave and it worked. The photo of the white office bldg on other pages disappeared but maybe I can ask my client to just approve it.
I just need to know how to:
1) change the color of the menu bar from black to yellow
2) make the words " Let us help you grow.." into one liner that does not overwhelm the whole page. The style is currently h1 but if I change to h2 style it is already very small and not visually appealing.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
Do you mean that the text should be in 3 lines?
Use <br />
What else can be done here.
thanks
Edit the first section on your main page in the muffin builder, there you will find an option to set it full width. Like here:http://prntscr.com/fmg2ca
Go to theme options>global>general and disable the transparent header, see: http://prntscr.com/fmg2vw
Go to theme options>header&subheader>header an select the header to be full width, screen: http://prntscr.com/fmg3gs
When you do that, please replay.
.header-stack #Top_bar .logo {
2) To make it possible, you should put both in separate section and set white background color for that section.width: 120% !important;
margin-left: -10% !important;
background: #FFF !important;
}
.header-stack.header-center #Top_bar .menu_wrapper {
background: #000;
width: 120% !important;
margin-left: -10%;
}
3) If you use the css we gave you in 1st point, it should be wider.
4) Which css is causing this? You had so many customization here doing with my college that i am confused.
.header-stack.header-center #Top_bar .menu_wrapper {You can change the heading in theme options>header&subheader>subheader to any you like.background: yellow !important;
}