Menu not expanding

Hello,
I love your theme, thank you for making it! I do have a question about the menu as it only seems to appear as a dropdown, not horizontally across the top of the site. https://kimberlyerrigo.com/
How do I get it to appear without being nested behind the icon?
Thank you!

Hello kerrigo,

I hope you are doing well today.

You may have the mobile menu enabled.
Please go to Appearance > Customize > Theme Options > Main Options and disable the option "Mobile Menu on Desktop ", this should remove the mobile menu.

Best Regards,
Support

Thank you, that was it! Can you tell me how to adjust the subtitle font size on the main image? See the screenshot.

Never mind, I figured it out!

Is there a way to force the text (and buttons) of a front page section to right align when the picture behind it is set to full background?

Good evening

You can try this css to right align text:

.top-parallax-section .text-center {
text-align: right;
}

Thank you so much. Is there a way to make it happen just on one page, not all of them?

Hi

Ye,s its possible but on which page? if you want it to happen only on homepage use this code:

.home .top-parallax-section .text-center {
text-align: right;
}

Thank you! Can you be more explicit about where to put this code? I know how to find the editor but other than that I don’t understand CSS.

Also, how would I make the blog fill the page in one column, not two, with thumbnail images? https://kimberlyerrigo.com/blog

Hello there

Css can be placed in appearance > customize > custom css
blog, please check appearance > customize and check for settings, you have to disable sidebar to have blog without sidebar

The css worked elegantly, thank you! About the blog – I meant with the sidebar, but not in a grid. With small icons, not large ones. Is that possible?

Also - can you give me any css for suppressing page titles on pages with no sidebar? The page title shows in the bay on the page as well as below it. https://kimberlyerrigo.com/checkout

Thank you!

Thanks so much for your help so far. I’m really enjoying the theme.

I’m noticing that the “bottom border” on the parallax sections seems to break on first load, and then fixes itself on reload. Is there anything I can do about that?

Thank you!

hey there

“I meant with the sidebar, but not in a grid. With small icons, not large ones. Is that possible?” - sorry but no, this is not possible :frowning:
page title - we cant filter pages by sidebars, this code will hide title on every page:

.post-content .entry-content .post-title {
display: none;
}

parallax - most probably this is from css file minification or from third-party plugins, please deactivate everything and check again

Thank you for the suggestions. I deactivated all the plug-ins and unfortunately it didn’t fix the problem.

So there’s no way to adjust the default image size for the blog in the css editor?

Hello

“So there’s no way to adjust the default image size for the blog in the css editor?” - Sorry but without template modification, this is not possible, by default, this is how the theme works :frowning:

Thank you for all your help and support. Now the images aren’t showing at all on the blog page and I’m not sure what I did to change that. Any suggestions? https://kimberlyerrigo.com/blog

Are you able to point me toward the locations where I would make changes in the template editor for the default image size and the default body text size?

I also have the reading settings put to “summary” instead of full text, but on the main blog page it is still posting the full text. Are you able to tell me where is this being overridden?

Thank you very much!

Hello

  1. images - please deactivate all your third-party plugins, right now i see images are somehow disabled by the cache
  2. template modification - sorry but no :frowning: such things are not supported by default
  3. summary - you have to use excerpts in posts, or read more tag in post,