Site logo

Archived topic

Mobile rendering of a site built with GenerateBlocks versus Elementor

20 replies · Started by Mark on January 18, 2022

Viewing posts 16–21 of 21

David,

What I would like is (in the past you helped me with this site: Fourway.michianait.net)

Like that site I would like:
Logo Site Title (on the same line)
Hamburger Menu

(So just a total of 2 lines)

Previously, I mentioned that I was starting fresh, and I thought I was, but since I derived this site from one of your starter sites, there is probably some CSS in there that either conflicts, or is not needed. (I started with the "Donate" site as a template.)

Mark

Ok you would use this CSS:

@media (max-width: 992px) {
    .main-navigation .inside-navigation {
        flex-direction: column;
        align-content: center;
    }  
}

To reduce the spacing between the items, you can reduce the Menu Item Height for Mobile in Customizer > Layout > Primary Navigation.

Great! That looks good. Now, as you said earlier, can we look at the container settings so that the homepage page looks like the (top image on homepage) of hardyness.com?

Thanks
Mark

The old hero had quite a bit of CSS for adjusting stuff... not sure why but hey.
Simple layout for desktop is to give the parent Container Block:

Top Padding: 170px
Bottom Padding: 40px

The Top Padding may need tweeking as it needs to be at least the height of the Site Header.

Thanks David,

I will try that.
Wow - 4:46am! Where are you located?

Mark

I live in GMT time :)

This archived topic is closed to new replies.