StyledThemes

Widgets Side-By Side

Home Forums WordPress Themes – Premium Sleeky Pro Widgets Side-By Side

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #63565
    George Warga
    Participant

    I am trying to place the business hours widget next to a nav menu widget in bottom 4 and place them side by side. It only lets me stack widgets vertically. Also, how can I reorder the nav menu widget’s page order horizontally instead of listing each page in a vertical top-down order?

    Thank you for your help.

    #63583
    Bidur
    Moderator

    Hello George,

    Well, the layout of the theme is built this way. We can provide you custom CSS if you wish to change the styles for specific section or content.
    However, if you want to display the widgets side by side you can place the Navigation widget inside the Bottom 3 Widget area and the Business hours Widget inside the Bottom 4 Widget area.

    For displaying Navigation widget items horizontal,
    Add this CSS inside Appearance>>Customize>>Additional CSS;

    .widget_nav_menu ul li {
        border-bottom: 0;
        display: inline-flex;
    }

    Let us know.
    Thanks!

    #63608
    George Warga
    Participant

    Hi Bidur,

    Thank you so much for the reply. It worked perfectly.

    Much Appreciated,

    George

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.