Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #271467
    Thuriaf
    Participant

    Good evening,.
    I have (2) problem I have almost finished building my site and I see that the layout of my site is very large or the margins are very large I would prefer that my layout be like this site in Narrow options are missing!

    I would also like to change the colors and have a scrolbar in the sub menu of the header I do not see too many options they are limited for such a beautiful theme
    here is my site

    thank you

    #271500
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #271526
    Thuriaf
    Participant

    Hi Skandha,

    thank you for your answer!
    My site is https://ambagabon.es/

    and the link that I would prefer that my layout be is this site http://www.consulat-france.ga/

    #271579
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wrapper {
        width: 830px !important;
    }

    Also let me know what colors you would like to change.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #271646
    Thuriaf
    Participant

    Hello Skandha
    Thank you for answering me, I was able to enter the CSS code and all works fine on PC, but once I go to mobile or tab it cuts my site in the middle my header and footer lose their color just in the middle like it was only compatible for PC the content does not display well on phone and tab.
    i would like to change the dark blue in the header sub-menu a bit like I was able to do in the main menu
    thank you.

    #271718
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Please use the following CSS Code instead of the one above.

    @media screen and (min-width: 64em) {
    	.wrapper {
    	    width: 830px !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #271748
    Thuriaf
    Participant

    Hi Skandha
    the code works but everything is back to how it was before it is no longer narrow like the other site
    I just wish the same way the is displayed on pc it is also on phone and tab
    on the second link ( http://www.consulat-france.ga/ ) that I sent above their site is the same on pc as on tab or mobile it does not create a special version for moblie it is a bit like that I want it
    thanks always help me so far.

    #271861
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    I am afraid that is not possible with the available theme options. If you really need it I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    #271872
    Thuriaf
    Participant

    Hi Skandha,
    ok i understand very well but with this kind of css code

    .wrapper {
    width: 830px !important;
    }

    like one that you send me is there a way to reduce wihtout my site does not cut in the middle? the code is good but miss someting to be perfect,
    the margins are really too big I’m sorry to insist but I just want to solve this little problem and continue my project if it is not possible I will try to find a solution by my self thanks you for your help.

    #271880
    Thuriaf
    Participant

    I think I know where the problem comes from on mobile or tab on all the page titles there is a black bar that appears I believe that if I can remove it all will work because I trie find solution on all the options but I can not find anything to remove it.

    #272032
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    I am afraid it is beyond our scope to change the mobile menu to desktop menu as lot of changes need to be made. I suggest you to consult a professional regarding this.

    Kind Regards,
    Skandha

    #273173
    Thuriaf
    Participant

    Hi Skandha,
    since the last wordpress update I retype the code you offer me

    @media
    screen and (min-width: 64em) {
    .wrapper {
    width: 830px !important;
    }
    }
    and by magic everything works correctly
    everything was perfect until I noticed my search bar or side bar displayed at the bottom of my content page
    can you help me put back the sidebar in place without changing the current look of the site thanks.

    My Site: https://ambagabon.es/

    #273212
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there,
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    @media screen and (min-width: 64em) {
    	.wrapper {
    	    width: 730px !important;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #273216
    Thuriaf
    Participant

    Hello Skandha

    I tried the code but the bar went lower so I decided to remove it and put it in the upper sidebar of the menu and it work, all is solved thank you very much for your help.

    #273281
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Glad I could help out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘i have 2 problem’ is closed to new replies.