• Resolved DejaViewstream Admin

    (@disneydejavu)


    few issues – tab bar is too narrow so my menu items take two lines like this
    Disney
    Calendar

    instead of Disney Calendar – is there a way to
    reduce size of font in tab bar

    and make tab bar wider? other themes i used the tab bar spanned the page and would resize itself as the window changed size.

    related – there is a lot of padding on left and right of page. can we expand out into that a bit?

    Finally.the “Latest / Popular” section in the main banner area is redundant. Can the Top Stories “Slider” instead just absorb that space?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could use the CSS in Additional CSS of Theme Customizer

    @media only screen and (min-width: 993px){
        .main-navigation .menu-desktop, .main-navigation .menu-desktop > ul {
            flex-wrap: wrap;
        }
    }

    You could change the layout of Main Banner by following the process below:
    Customizer> Main Banner

    Thank you

    Thread Starter DejaViewstream Admin

    (@disneydejavu)

    Thanks. The main banner customization does allow to change order of the 3 sections but has no ability that I can see to disable one of them. I want the Latest / Popular bit gone.

    The other bit you gave, the css, didn’t seem to do anything. for one. it left the tab bar and width contained in the center of the page and made no changes to the site padding.

    this is what i am looking for – https://ibb.co/jgWZ4Vb

    the yellow squares in the padding are space i want the content to be able to stretch to.

    and on the tab bar i dont want the tab bar squeezed in the center. ideally it would span wider like it does on my previous theme where it went full width of page (wider than the main content container). and when the page was resized then it would resize the tab bar as well.

    see this pic for what i mean – https://ibb.co/B21rysF

    THanks!

    Thread Starter DejaViewstream Admin

    (@disneydejavu)

    actually dont worry about it – i found a different theme! Sorry to waste your time

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with tab bar and padding of page’ is closed to new replies.