Home>Support>Facing issue while changing header size

Facing issue while changing header size

By Sachin, 9 years ago. Last reply by SiteOrigin, 8 years ago.

I have build webpage locally using wordpress but I am facing issue while changing header size. I am not using premium theme. Please help me resolve this issue

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Sachin

    Thanks for reaching out.

    You can set header padding in Vantage Free using Custom CSS:

    /* Header Padding */
    
    header#masthead .hgroup {
    	padding-top: 35px;
    	padding-bottom: 35px;
    }
    

    If you don’t yet have a Custom CSS plugin installed you can try:

    https://wordpress.org/plugins/so-css/

    Adjust the padding values as required.

    (In Vantage Premium this is included at Appearance > Customize > Theme Design > General > Header Padding)

  2. 9 years, 23 days ago Sachin

    Hi Andrew,

    Thanks for your update. I have installed custom CSS and now able to make changes. However I am not able to change Menu field size. I need to increase menu field size. Please help me for this.

  3. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    Sure.

    Vantage Premium offers an extended Customizer at Appearance > Customize > Theme Design. Including an option for menu font size. If you’d like to check that offering out, head over to Appearance > Vantage Premium.

    If you’d like to use Custom CSS for this, the menu font size can be set as follows:

    /* Menu */
    
    .main-navigation {
    	font-size: 12px;
    }
    

    Adjust as required.

  4. 9 years, 23 days ago Sachin

    Andrew,

    Thanks for update. I have changing using custom CSS toll but still no change. Only menu size is getting change not for that font size.

    I am using below code.

    /* Menu */

    .main-navigation {
    font-size: 15px;
    font-weight: bolder;
    }

  5. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    Hi Sachin

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  6. 9 years, 23 days ago Sachin

    Hi Andrew,

    Thanks for your update.

    Still I didn't release to live. Currently its on local system still need to develop completely. Is der any way I can share my website or any web session is available so that I can share it.

  7. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    Can you, please, clarify what you’re trying to change?

  8. 9 years, 23 days ago Sachin

    Hi Andrew,

    I have created primary menu and it has some pages. Like Home,about us,contacts ,gallery,login and Logout. Currently size of these are very small. I need to increase font size of these menu field

  9. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    The following should handle that:

    /* Menu */
    
    .main-navigation ul li a {
        font-size: 20px;
    }
    

    If you have broken CSS above this rule it might explain why it’s not working.

  10. 9 years, 23 days ago Sachin

    Hi Andrew,

    Yes now I could see some change for font. Thanks for your valuable support.

    I need some help for creating register light box. Can you please provide any suggestion me?

  11. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    Glad that helped.

    I usually use Jetpack Carousel. It works nicely with Tiled Galleries:

    https://jetpack.me/support/carousel/
    http://jetpack.me/support/tiled-galleries/

  12. 9 years, 23 days ago Sachin

    Hi Andrew,

    Thanks for update. I not got what is Jetpack. Actually I need create registration form for site. Can please help me any plugin?

  13. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    Jetpack is a plugin that has a series of modules within that you can choose from.
    https://wordpress.org/plugins/jetpack/

    https://wordpress.org/plugins/ is a good place to start looking for plugins you need. Check out the amount of active installs for each plugin, this is a good indicator of popularity.

    If you need users to register and you need to set that form up you might try:

    https://wordpress.org/plugins/wp-members/
    https://wordpress.org/plugins/s2member/

    or start looking using a term like this:

    https://wordpress.org/plugins/search.php?type=term&q=registration+form

    All the best.

  14. 9 years, 23 days ago Sachin

    Hi Andrew,

    Thanks for your updates. I will check these site.

    Also I am looking set up registration form in such way that, when user click on register button form should appear on same page (like light box),
    instead for going to new page.

  15. 9 years, 23 days ago Andrew Misplon
    Hi, I Work Here

    For sure.

    Sorry, not something I’ve worked with in the past. You’d need to dig around a bit and see what you can find.

  16. 9 years, 23 days ago Sachin

    HI Andrew,

    Sure I will check for that. And thanks your valuable support.

    One more help for the theme Vantage (Version: 1.4.2). I have set up logo however it is we can divide location section like 30% we can have logo and rest we can keep for some social l buttons.

    Also please suggest some more theme which developed by Siteorigin team.
    This is nice theme I like most.

  17. 9 years, 22 days ago Andrew Misplon
    Hi, I Work Here

    No problem :)

    The header widget area is right positioned and should automatically take up space as content is added to it. To assist further with positioning there we’d need to take a look and inspect the source code, so perhaps once your site is publicly accessible.

    Vantage is our best theme at the moment but we have two new ones on the way, hopefully soon.

  18. 9 years, 21 days ago Sachin

    Thanks for your valuable support.

  19. 9 years, 21 days ago Andrew Misplon
    Hi, I Work Here

    For sure :)

  20. 9 years, 16 days ago Sachin

    Hi Andrew,

    I need some more support here as below request.

    Costuming footer and copy right: For copyright have modified in (appearance
    —> Theme settings) but it's coming in centre. I need to have a footer and copyright as below.

    Please advise me for this.

    —————————————————————————————————————————————————————————-
    Home | About us | <page name> | Contact Us
    Copyright©YYYY – YYYY <foundation name>
    —————————————————————————————————————————————————————————-

  21. 9 years, 16 days ago Andrew Misplon
    Hi, I Work Here

    If you need site info text left aligned you can use the following Custom CSS:

    #colophon #theme-attribution, #colophon #site-info {    text-align: left;}

    Site Information Text field will parse HTML so you can say create links by writing:

    <a href="http://google.com">Google</a>

    You can add a line break with:

    http://www.w3schools.com/tags/tag_br.asp

    You can add the copyright symbol by saying:

    {copyright}

    The original copyright year you’d write out: 2001 for example. The current year you’d render by writing:

    {year}

    The site title can be outputted by saying:

    {site-title}

    There is no way that I know to dynamically output the current page name. That would require a child theme and some custom development.

  22. 9 years, 16 days ago Sachin

    HI Andrew,

    It's working and thanks for resolving this issue.

  23. 9 years, 16 days ago Andrew Misplon
    Hi, I Work Here

    Super :) Glad to hear you made progress with this.

    All the best.

  24. 9 years, 6 days ago Sachin

    Hi Andrew,

    Need again your help.

    We need to create sub menu (vertical) in some page. Can you please guide for this?

  25. 9 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    Hi :)

    There isn’t anything specific to Vantage for this. Have you perhaps tried a Custom Menu widget in the sidebar widget area?

  26. 9 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    You can try using a sidebar Custom Menu widget with the CSS styles I’ve provided here:
    Thread: Customizing Vantage Menu Items Layout

  27. 9 years, 5 days ago Sachin

    Hi Andrey,

    Yes it's not related to Vantage theme. Actually I am facing difficult to have sub menu in page so asked your help.

    I have tried with custom menu but not getting as needed.

  28. 9 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    Are you trying to add a sub-menu to Page Builder?

  29. 9 years, 5 days ago Sachin

    Hi Andrew,

    Actually I need to have one horizontal menu ( its there). In that one menu having sub-menu, so when we click on that menu it will go to one page. Now in that page we need to sub-menu at left side. This one is not coming.

  30. 9 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    We don’y yet have a widget that can do something like this. If you’re prepared to experiement a little you can try doing this with two Custom Menu widgets and then use the following plugin:

    https://wordpress.org/plugins/menu-items-visibility-control/

  31. 9 years, 4 days ago Sachin

    Hi Andrew,

    Thanks for sharing these plug. These are vary useful. I'll check .

  32. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Worth a try :)

  33. 8 years, 11 months ago Sachin

    Hi Andrew,

    In them by default sidebar is coming in right side of the page. Is it possible to add widget left for the page.

  34. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Sachin

    Vantage Premium has a sidebar section at Appearance > Customize > Theme Design > Sidebar. You can set the sidebar left or right from that setting.

    To do the same thing using Custom CSS you can try the following:

    /* Left Sidebar */
    
    .blog #primary,
    .single #primary,
    .default #primary,
    .page #primary { 
            float: right; }
    .blog #secondary,
    .single #secondary,
    .default #secondary,
    .page #secondary { 
            float: left; }
    .home #primary,
    .page-template-templatestemplate-full-notitle-php #primary {
            float: none;
    }
    
  35. 8 years, 11 months ago Sachin

    T
    Hi Andrew,

    Thanks for update. I am checking it.

  36. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Cool :)

  37. 8 years, 11 months ago Sachin

    Hi Andrew,

    Apologies for delay in response. I have checked it actually I am using free version theme so I might be not getting this option. Any way thanks I will look for premium them.

  38. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    For sure. To consider the premium offering, please, go to Appearance > Vantage Premium. Thanks.

  39. 8 years, 9 months ago Sachin

    Hi Andrew,

    Finally I have moved my web site and doing testing on live server. While doing testing on live server I am facing some issue.

    Web site is not opening properly on mobile and also I have enable Mobile Navigation but still facing same issue. Can you please help me for resolving this issue.

    Thanks,
    Sachin

  40. 8 years, 9 months ago Sachin

    Hi Team,

    I have developed my site through Vantage theme in locally. Now I moved it live server. But here I'm facing issues. In tab ,apple and Android set its not opening properly.

    Please help me for resolving this issue. Currently I'm doing testing in live server and need to complete it 15th Dec 2015.

    Please check and help me for resolving this issue on priority.

    • 8 years, 9 months ago SiteOrigin
      Hi, I Work Here

      Hi Sachin

      We’ve replied to your new thread on this matter. Let’s chat further there.

      Thanks

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More