Jump to content

Milada

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by Milada

  1. 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
  2. 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

  3. 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

  4. 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

    post-202875-0-01282500-1478260383_thumb.jpg

  5. 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

     

    post-202875-0-25764200-1477902698_thumb.jpg

×
×
  • Create New...