Melissa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] space above footerI’m not sure what you mean by continuous scrolling banner…
There are two choices for the banner images — tile or cover… Have you tried them both? And for responsive behavior, you’ll probably want to use the aspect option.
The alternative to the full-width banner is selecting a boxed layout in the Customizer. You’ll find that under Layout → Global. You might play around with that also!
You’re very welcome! I’d love to see what you build with Make!
Forum: Themes and Templates
In reply to: [Make] modify Make social icon colorsHey there!
You might try this:
.social-links a:hover .fa { color: red; }Let me know if that doesn’t work!
Hello!
It’s certainly possible, depending on how code-savvy you are. But currently sidebars aren’t supported on the builder. Also keep in mind that we’re not able to provide support for customized themes. 🙂
As for the second — not currently. There are layout options in the Customizer for the archives pages though.
Forum: Themes and Templates
In reply to: [Make] how to get the title in the headerSo glad you like it. 🙂
Have a great weekend!
Forum: Themes and Templates
In reply to: [Make] space above footerHi Nancy,
That baby is SO cute!
Okay, so the padding is actually being added to the banner section (there is padding between the sections). With Make Plus, you can check an option to remove this from any section.
With just the free theme, you’ll need to be able to pick through the code and add it to your child theme or with a plugin like Simple Custom CSS.
For example, this is the snippet you’d add to this page to remove the padding:
#builder-section-1446963756239 { margin-bottom: 0px !important; }Just to be clear, that code is specific to that banner section.
I hope that helps point you in the right direction!
Forum: Themes and Templates
In reply to: [Make] how to get the title in the headerOk so the way it’s set up now, you have a header bar with social icons. Your logo and navigation are still in the header, but not in the header bar.
In the second link you posted, you don’t have a header bar, and you’ve changed the background color of your header.
here’s what you need to do to replicate that.
- In the Customizer, go to Layout → Header.
- Uncheck the box to show social icons
- Check the box to show search
Then you can change the color of the header background in the Customizer under Color → Site Header.
I hope that helps!
Forum: Themes and Templates
In reply to: [Make] Social links won't open in new tabHey there!
Nope, you’ll see the checkbox when you add the menu items to your custom menu… If you don’t see the checkbox to open your links in a new tab, click the Screen Options toggle at the top of the screen and make sure you have the Link Target box checked.
Forum: Themes and Templates
In reply to: [Make] Font on Banner section pixilatedSure. Just upload it to dropbox or something and share the link.
Forum: Themes and Templates
In reply to: [Make] how to get the title in the headerHey there! There’s no option in Make to put your logo in the header bar…
Maybe link to the other site and I can tell you what options you’ve checked for it?
Forum: Themes and Templates
In reply to: [Make] Header imageHey there tassitus,
If you have a child theme installed, you could set the height of your header with some CSS, which might help your cropping issues… However that can have implications for the responsive design and mobile-toggle…
Another idea would be to hide the background image (via CSS) on mobile…
I’m not sure I have the ideal work-around for you in this case though.
Forum: Themes and Templates
In reply to: [Make] Change position of header elements (search)Hello Nadine,
In the Customizer, go to Layout → Header and set the Header Bar Layout to flipped.
I hope that helps!
Forum: Themes and Templates
In reply to: [Make] Full page widthHi there,
In the Customizer under Layout → Global you can set the full-width or boxed layout. Please note that it’s just the banner section (and the backgrounds of the other sections) that are full-width. The content of the other sections is still contained within a center column.
Forum: Themes and Templates
In reply to: [Make] Font on Banner section pixilatedHi Mark,
All I’m able to see is a coming soon page. Can you share a link to the page in question?
Forum: Themes and Templates
In reply to: [Make] Sidebars not showingHello!
Sidebars are not supported with the Builder template. If you want to show a sidebar, you’ll need to use the default template (which doesn’t include a page builder).