Jump to content

Milada

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Milada

  1. I am sorry, but I do not understand. In which file should I look it up and paste it? I copied you a li element from here: http://www.w3schools.com/tags/tag_li.asp It is not correct? Can you please help me? I am no an IT
  2. dsonesuk, I am glad that you try to help. I understand that I will put tag: <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> <ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> in front of Elemis. But in which file? I tried both functions.php and style.css, but there is no mention of "Elemis". Where should I paste it? Thank you in advance.
  3. actually I see it worked but only for flags - they are centred! but I want the flags to be under the menu, which is Home, Care, Elemis, Recipes
  4. I have put it firstly before this command: /* # Media Queries ---------------------------------------------------------------------------------------------------- */ it did not work then I put it before: @media only screen and (max-width: 1340px) { it did not work either I chose one of these two as you said any... Replace "@" with an "a" of course I do not know anymore what is wrong
  5. Hallo dsonesuk, I am very glad for your help and answer, but I am really a fresh newbie. If I got it right, I should put it into a style sheet, right? But what are "ABOVE any media queries" - how do I find them with Ctrl+F? Thank you again and regards, Milada
  6. Dear team, I have a site layou like this now: menu and language flags are in one same line/row. I only need to put the flags under the menu, centered. As if I clicked the Enter button in front of the first flag and put them all on a following row. Can you please tell me what is the code for that? Where should I paste it? Thank you in advance. Milada
  7. Thank you, I did not know. But the problem with boxes has been solved by now. Now I would like only to solve the flag on the next row problem. Milada
  8. Hallo dsonesuk, thank you. What I only need is to put the flags under the menu, centered. As if I clicked the Enter button in front of the first flag and put them on a following row. When I paste your code at the end of the functions.php file, a HTTP error 500 page appears. Where should I paste it then? Thank you in advance. Milada
  9. Hallo dsonesuk, thank you. What I only need is to put the flags under the menu, centered. As if I clicked the Enter button in front of the first flag and put them on a following row. When I paste your code at the end of the functions.php file, a HTTP error 500 page appears. Where should I paste it then? Thank you in advance. Milada
  10. Dear all, I am Milada, a fresh newbie to WP. I am asking you for a help: set up a css code to customize my Genesis Child theme (Wellness Pro). Here is my blog address: http://moreyouthfulskin.com/en/home/ As you can see there is a menu, and besides on the right the languages. I would like to put the languages under the menu. I was told to create a new widget, which I did from these instructions: https://carriedils.com/add-widget-area-below-nav/ Then I added the Language switcher to that widget and it looks like you see: there are new flags ordered vertically and the horizontal ones persist. I would like the horizontal ones to persists, but need them horizontally under the menu. Here is a code used so far in my functions.php file: the code for a new widget: /** Register widget areas */ genesis_register_sidebar( array( 'id' => 'cta-1', 'name' => __( 'Call to Action #1', 'mp' ), 'description' => __( 'This is the call to action section.', 'mp' ), ) ); and the one that added the flags vertically: add_action( 'genesis_after_header', 'mp_cta_genesis' ); genesis_register_sidebar( array( 'id' => 'cta-1', 'name' => __( 'Call to Action #1', 'wellness' ), 'description' => __( 'This is the call to action section.', 'wellness' ), ) ); add_action( 'genesis_after_header', 'add_genesis_widget_area' ); function add_genesis_widget_area() { genesis_widget_area( 'cta-1', array( 'before' => '<div class="cta-1 widget-area">', 'after' => '</div>', ) ); } Can you please help me out of this problem, it persists for two weeks now already. Thank you very much! Milada
  11. Thank you Dsonesuk, it´s kind of you, but it unfortunately does not work. Milada
  12. Hallo team, I am a complete newbie to WP and am entirely confused how to apply css codes to my style.css file. So please allow me to forward this question to you. I have a question regarding customizing my pages. I followed instructions on some sites (using Chrome inspector), copied it in my style file in WellNess Pro theme (Genesis Child theme), but it did not work. I also tried to generate codes using http://css3generator.com/. I am completely hopeless and confused, as I do not know to which place should I place them or whether to overwrite them. I would like to ask you, if you could possibly advise me on where to paste the code (I was suggested to add it at the very end of the style file, but no change occurred). This is what I´d like to do on my http://moreyouthfulskin.com/: 1) customize the content boxes (make them smaller and put the text centered) 2) put the flags in the header under the menu (centered) I would be happy if you could help me. Thank you very much for your help in advance. Kind regards, Milada
×
×
  • Create New...