Move Menu WooPress to right or left - by biodefendershield

This topic has 10 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: biodefendershield
    biodefendershield
    Participant
    April 14, 2020 at 06:18

    Do you have css to move the menu to two positions
    1. Far right of page to site width border
    2. Far left of page next to logo

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 14, 2020 at 08:42

    Hello,

    1)

    .main-header .menu > li {
        float: right;
    }
    .main-header .navbar-right {
        display: none;
    }

    2)

    .main-header .tbs {
        width: 100%;
    }

    Regards

    Avatar: biodefendershield
    biodefendershield
    Participant
    April 14, 2020 at 13:50

    Thanks that worked for the main header, there are 2 headers. the header when you scroll to the bottom of the page does not show the change

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 14, 2020 at 19:04

    Hello,

    Ok, then replace the previous code by the next one

    .main-header .menu > li {
        float: right;
    }
    .navbar-right {
        display: none;
    }

    Regards

    Avatar: biodefendershield
    biodefendershield
    Participant
    April 17, 2020 at 07:21

    How do I change the color of this button on hover from red to something else?

    https://paste.pics/0672839391c2f980f7d30b3859284c99

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 17, 2020 at 09:03
    .empty-category-block .btn:hover {
        background-color: black !important;
        border-color: black !important;
    }

    Regards

    Avatar: biodefendershield
    biodefendershield
    Participant
    April 20, 2020 at 04:25

    Thanks. Can you look at thie? The radio button is covered by the attribute text

    https://paste.pics/455f35c2998256b9534713099765f899

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 20, 2020 at 22:17

    Hello,

    Could you, please, provide temporary wp-admin access?

    Regards

    Avatar: biodefendershield
    biodefendershield
    Participant
    April 21, 2020 at 06:04

    Added to private message

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2020 at 09:34

    Hello,

    Sorry for the delay in answering.
    Please add this custom CSS code:

    .widget_layered_nav ul li a {
        padding-left: 20px;
    }
    .widget_layered_nav li a:before, 
    .widget_layered_nav li.chosen a:after {
        left: 0;
    }

    We will fix it in the next update of the theme, so you will be able to delete the code after the update.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.