Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #780525

    Hello,
    how can I reduce the size of the title and breadcrumb div (it should be div.stretch_full.container_wrap.alternate_color.light_bg_color.title_container)
    to 35px with all his content properly vertically centered ?
    I tried with
    max-height: 35px;
    but only the container reduces but then the texts (title and breadcrumb) are not properly aligned

    Thank you
    Mauro

    #780820

    Hey Mauro,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .title_container .container {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 0;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #781213

    thank you,
    now breadcrumb is properly aligned but remain hidden behind div.container element, while h1.main-title entry-title is not centered in the middle

    #781411

    Hi,

    Can you post the link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #783489

    I have fixed it
    thank you anyway

    #783789

    Hi,

    Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #786523

    Hello,
    we are trying to see if it is possible to keep the look and feel of our old site (https://goo.gl/i1JM4L) that we are going to migrate to enfold https://goo.gl/UqPO3O
    Is it possible to place the logo in the extreme left of the screen?

    Thank you mauro

    #786870

    Hi,

    I think that should be possible. Please try the following in Quick CSS under Enfold->General Styling:

    #header .container {
      max-width:100% !important;
      padding:0 !important;
    }

    Best regards,
    Rikard

    #788624

    Perfect. Thank you Rikard

    Is it possible to have a background image in the header area like this
    div#header_main.container_wrap.container_wrap_logo {
    background-image: url(……../wp-content/uploads/sfondo-verde-scuro-chiaro.jpg);
    background-repeat: repeat;
    background-position: left bottom;
    }
    but a plain color (#B7C789) when you scroll down the page?

    Thank you
    Mauro

    #788736

    Hi,

    I’m not sure, but maybe you could try something like this?

    .header-scrolled {
      background-image:none !important;
      background-color:#B7C789 !important;
    }

    Best regards,
    Rikard

    #790192

    I tried it and it doesn’t work but like this it is ok

    div#header_main.container_wrap.container_wrap_logo {
    background-image: url(………./wp-content/uploads/sfondo-verdescuro-chiaro.png) ;
    background-repeat: repeat;
    background-color:#B7C789 !important;
    }
    .header-scrolled .logo {
    bottom: -1px;
    height: 65px;
    }
    .header-scrolled .logo a {
    max-height: 64px !important;
    }
    .header-scrolled .logo img {
    top: 10px;
    }

    Thank you, you gave me the hint to where to go to check and test
    Mauro

    #790228

    Hi Mauro,

    We’re glad you were able to figure it out, and thank you for sharing the solution.

    Please let us know if you should need any further help on this topic or if we can close it.

    Best regards,
    Sarah

    #790249

    you can close
    Mauro

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘div title height and colour’ is closed to new replies.