• I am using responsive theme and the style of the three widgets at the bottom of the hoe page and the side widgets is the same and defined in .widget-wrapper.

    I want to have a different style of the bottom three widgets and the side widgets.

    How do I define the different style for the side widgets (I know how to change the parameters but can’t create the new definition so I can adjust them).

    Thanks,
    Raz

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey Raz,

    Here you go.

    Thanks,
    Emil

    Thread Starter raz_roni

    (@raz_roni)

    Thanks. Will try it.

    One more quick question – how do I make the menus items in the same width on the main menu.

    Thanks,
    Raz

    You can increase the padding of:

    .menu a {}

    Emil

    Thread Starter raz_roni

    (@raz_roni)

    Thanks. What I’m looking for is for all the menu buttons to be the same width, not dependent on the text in each menu button.

    Padding changes didn’t change that. Is there anything else to try.

    Thanks,
    Raz

    Take a look please. You can also do this as well.

    .menu a {
        min-width: 100px;
        text-align: center;
    }

    Use your browser tools, they’re great!

    Thanks,
    Emil

    Thread Starter raz_roni

    (@raz_roni)

    Emil – I updated the latest version of the theme, but it overwrote a lot of the changes I made to the style file.

    Is there any way to reverse it?

    If your hosting provider has a rollback and/or backup yes, most definitely. Please keep in mind that Parent Theme should never be edited directly. When editing style.css there’s a note:

    NOTE: DO NOT EDIT THIS FILE, IF YOU DO IT WILL BE OVERWRITTEN BY THE NEXT UPDATE. CREATE CHILD THEME INSTEAD.

    And also WordPress gives us the warning as well.

    Please see this topic and get the Child Theme where all customizations will be protected.

    Thanks,
    Emil

    Thread Starter raz_roni

    (@raz_roni)

    Thanks. Will install the child theme.

    Thanks,
    Raz

    No problem Raz and if there’s anything else, please let me know ??

    Emil

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Widget style in Responsive’ is closed to new replies.