costanzomax
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
You have to put the code where you want…
I’ve put the code insidenav
tag and in my theme I’ve used it to display a translation widget at the right of the header<!-- begin nav --> <nav> <?php wp_nav_menu('theme_location=main-menu&container=&container_class=menu&menu_id=main&menu_class=main-nav sf-menu&link_before=&link_after=&fallback_cb=false'); ?> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('header_sidebar') ) : endif; ?> </nav> <!-- end nav -->
@cais – Thanks for your suggestions, now it’s working!
I made few changes (no borders and gray background).
.ngg-album-compactbox { margin: 0 !important; padding: 8px !important; box-sizing: border-box; -moz-box-sizing: border-box; position: relative; border: 0; border-bottom: 0 !important; border-radius: 6px; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; z-index: 1; background-color: rgb(215,215,215); } .ngg-album-compactbox:before { content: ' '; position: absolute; top: 0; left: 0; right: 0; bottom: -7px; border-bottom: 0; border-radius: 0; border-top-right-radius: 6px !important; border-top-left-radius: 6px !important; border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; z-index: -1; background-color: rgb(215,215,215); } .ngg-album-compactbox:after { content: ' '; position: absolute; top: 0; left: 0; right: 0; bottom: -4px; border-bottom: 0; border-radius: 0; z-index: -1; visibility: hidden; }
@kangomedia – Hey, man… you are great, thanks!
Forum: Themes and Templates
In reply to: Display a page inside another oneThanks, salsaturation.
I will try it as soon as possible.Forum: Themes and Templates
In reply to: Display a page inside another oneNo one with my problem?
no suggestions?Forum: Themes and Templates
In reply to: [Vantage] How do I change the opacity of the Page Background?Hi,
I have a Premium Account for Vantage theme.
I’ve created a child version of vantage and I want to apply the transparency for pages in my style.css file (in vantage-child folder).If I put this code in Custom CSS section, it works fine, but if I put this code in my style.css it doesn’t work.
#main { background: rgba(255,255,255,0.5); padding: 35px; }
Why?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)