Home Forums Weaver Xtreme Theme Title/tagline spacing and positioning with menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70085
    guysmithmusic
    Participant

    RE: http://music.guysmith.org/discography/

    Two items:

     

    1. Not finding a good way to eliminate the padding between the site title and tagline. Tried adding a class to override all, but that didn’t work.
    2. Would be nice is the site title and the menu were in the same vertical position, but no obvious way to do that.
    #70103
    scrambler
    Moderator

    1 There is no padding so the onlu way to make the tagline move up, is to add the rule below to the theme Global Custom CSS Rule box
    #site-tagline {line-height:1;}

    2- To move the site title up, add the rule below to the theme Global Custom CSS Rule box
    .menu-primary .wvrx-menu-html {margin-top:0.1em;}

     

    #70120
    guysmithmusic
    Participant

    Thanks. Quality support as always.

    The fixes were a partial success. The only way I’m able to get things lining up well enough is to use the “Add Site Title to Left” on the Menus tab. But the downside here is that I cannot adjust the font size. Is there separate ID/class to make adjustments for that element?

    #70129
    scrambler
    Moderator

    The same rule I gave you to change the top margin can change the font size

    .menu-primary .wvrx-menu-html {margin-top:0.1em;font-size:90%;}

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.