• Resolved ceciRjas

    (@cecirjas)


    hello ! I had a sidebar because i needed one, problem i have is when i reduce my window it cuts my images on my posts… it’s really anoying.. and some of my widgets are getting to the images… is it possible to not have that thing that remove everything when i reduce my window ? please help :/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ceciRjas

    (@cecirjas)

    my blog

    https://www.leopoldineleblog.com/

    my old blog
    https://leopoldine.illustrateur.org/
    wich does not have any problem when i reduce the window (i would like to have that, is it possible without touching anything for the mobile version witch is ok ?)

    Theme Author Caroline Moore

    (@sixhours)

    You’re using a heavily customized version of the theme so I can’t provide much in the way of help, but I’d check the media queries portion of the parent theme’s style.css — that’s where the mobile version of the theme comes into play. You’ll find them toward the end of style.css, labeled Responsive Media Queries or similar. You may need to make adjustments there to get the theme to behave the way you want with the addition of the sidebar.

    Theme Author Caroline Moore

    (@sixhours)

    (Your other queries about the menu and search field require changing/looking at the media queries portion of the stylesheet as well.)

    Thread Starter ceciRjas

    (@cecirjas)

    ok ! but for the menu, i checked with the parent theme and the problem with the part going under is present too, and i don’t know how it is possible to keep it all in one line when i reduce the window ? can it be in % for exemple the font-size, so that when i reduce it will still on one line ? sorry if it’s not very clear.

    is it in the media queries ?

    Thank you for your help

    Theme Author Caroline Moore

    (@sixhours)

    It’s not a problem, it’s part of the design, to make the menu items easier to access on a mobile device. But yes, the code for the mobile-friendly menu would be in the media queries. I think each menu item has a clear: both; set to break lines — you may need to reset/remove that portion of the stylesheet. Setting the font size probably won’t help in this case.

    Thread Starter ceciRjas

    (@cecirjas)

    oh ok i see… but i just wanted to put it on one line but not for mobile software but for computer only… because one exemple one my 13 macbook, the menu is in two part and (your design is beautyfull i don’t discuss that) it a problem for me ?? … but if i change that and it changes also for mobile, it’s not.. right.. so is there any other Css code that do something for the menu ?

    i reially thank you for your help, and sorry to.. annoy ^^

    Theme Author Caroline Moore

    (@sixhours)

    Ahh, I misunderstood, sorry about that! Hmm, probably just reducing the font size would work, or removing the search bar to give it more room.

    .main-navigation {
      font-size: (new font size);
    }

    Untested, but that should affect all menu items.

    Thread Starter ceciRjas

    (@cecirjas)

    thank you !! instead of removing the search bar can i resize it ?

    thanks for your help !

    Theme Author Caroline Moore

    (@sixhours)

    Sure!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘post cut when reducing the window of the blog’ is closed to new replies.