• Closed
  • Beata
    Spectator
    July 3, 2015 at 8:21 am #18624

    Hello,

    I have 3 issues with my blog volve theme (http://unrevepourunevie.com):

    1° My logo I canot put it on all full screen there is still blank on each sides. I traing the following but it seems not work. Could you please help on this? And on the smartphone it’s even worth. #tagline {
    display: none;
    }
    .custom-header {
    background-size: 100% 100%;
    }
    .header {
    padding: 0 !important;
    }

    2°How to put this blog on full website page? Without space on this on each side?

    3°Why It appears some boxes and space on my slide pictures? I cannot find which is the issue?

    Thanks for your help.

    Best regards.

    Beata Chainay

    Imran
    Spectator
    Posts: 402
    July 3, 2015 at 12:30 pm #18628

    Hi Beata,

    Thanks for writing in,

    #1: If you wish to fix your logo on all screen layouts, so you can try following code under Appearance > Theme Options > Custom CSS:

    @media only screen and (min-width: 1024px) {
    .container, #wrapper {
    padding: 0;
    }

    #logo-image {
    margin: 0;
    }
    }

    @media only screen and (max-width: 1024px) {
    #logo-image {
    margin: 0px !important;
    }

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

    @media (min-width: 768px) {
    .container {
    width: 100% !important;
    padding: 0 !important;
    }

    #logo-image {
    margin: 0px !important;
    }
    }

    @media only screen and (max-width: 768px) {
    #logo-image {
    margin: 0px !important;
    }

    .title-container {
    height: 0;
    }

    .container.container-header {
    margin: 0 !important;
    padding: 0 !important;
    }
    }

    #2: You can control blog width size under Appearance > Theme Options > General and select layout width.

    #3: You probable have added some widget under the slider so you can disable the widget from the place you have added that or you can disable it by adding this code under Appearance > Theme Options > Custom CSS:

    #wrapper .container {
    height: 0;
    }

    Some spaces on the sides of slides http://prntscr.com/7obh3o are showing because your slides images are not matching your slider size.

    Thanks.

    Beata
    Spectator
    Posts: 2
    July 3, 2015 at 10:15 pm #18632

    Hello,

    Thank you for all your reply.
    It’s ok for point 2 and 3 thanks to your help.
    Even if I don’t know which is the size of the picures in sliders?

    But I still cannot solve the first issue, even with your code below.
    I tried also change the size of the image but nothing change.
    I don’t know what is going wrong? I have also the same blog on Polish and it don’t work also.
    http://marzeniazycia.com

    Thanks for your help.
    Beata

    Denzel Chia
    Moderator
    Posts: 2656
    July 4, 2015 at 4:13 am #18637

    Hi,

    Please try the following in your Theme Options -> Custom CSS. These codes are for your logo in your header for http://unrevepourunevie.com/

    #logo-image {
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    }
    .header {
    padding: 0 !important;
    }

    Result. http://prntscr.com/7olwfr

    Thanks!
    Denzel

    Beata
    Spectator
    Posts: 2
    July 30, 2015 at 10:59 pm #19420

    Hello Denzel,

    In fact your code worked ferry cell for my French BLOG, thank you so much!

    I applied the same on the polish one and also the same logo, but your code not work perfectly for this one.
    http://marzeniazycia.com

    Could you please advise why I have blank line on the footer of this page?

    One other question, I would like to installe Facebook link on my polish page. Could you please told me how to do on your thème? I does it on an other before.

    Thanks & regards

    Beata

    Denzel Chia
    Moderator
    Posts: 2656
    July 31, 2015 at 7:16 am #19424

    Hi,

    I taken a look at this url http://marzeniazycia.com/
    I do not see any issue with the logo, please see screenshot of what I am looking at
    http://share.pho.to/9bpxY/st/original

    Maybe you just need to clear your browser cache.

    As for the following issue,

    Could you please advise why I have blank line on the footer of this page?

    I am not seeing any blank line at http://marzeniazycia.com/

    As for the facebook link, how do you want it to be? Just a simple text link? We can use the Text Widget with a simple HTML code. I will need your facebook url.

    Thanks!