Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #112347
    Glen Pavelich
    Participant

    This discussion is carried over from a previous one asking for tips on how to register a widget. https://catchthemes.com/support-forum/topic/registering-a-widget-area/#post-112164

    I realize now I asked this twice in the same way as https://catchthemes.com/support-forum/topic/compare-sheet/ regarding a template that does this for me….but what I was after was whether or not there is a template with a a widget area (for ‘before content’) that will align 2 or 3 widgets in a

      horizontal row

    The RockStar theme (as suggested) does have the option but if more than one widgets is added they display one after the other vertically, instead of horizontally. I have now purchased Lucida-Pro and the same issue applies with regard to the ‘before-content sidebar.

    Thanks

    #112366
    Mahesh
    Keymaster

    @fireflywebs: Sorry I was confused with footer widget area. In before-content widget area, the widgets are displayed vertically, however, they can made to be displayed horizontally using Custom CSS. Please post in your site url.

    Regards,
    Mahesh

    #112439
    Glen Pavelich
    Participant

    Thank you. With the “Custom Sidebars – Dynamic Widget Area Manager” I was able to create and assign a sidebar to the ‘before-content’ position. (Great Plugin).
    So I have it on this page for you to see and edit so that it displays horizontally. Hopefully this will also then be responsive as well. I will be purchasing another pro template for another job, and will specifically need this option for that account as well.
    See the three ‘before-content’ widgets here:
    http://rmofcanwood.ca/494/public-information/financial-statements/

    #112464
    Mahesh
    Keymaster

    @fireflywebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .sidebar-before-content:before {
        display: block;
        content: " ";
        clear: both;
    }
    
    .sidebar-before-content .widget {
        width: 33.33%;
        float: left;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Horizontal 'before-content' sidebar’ is closed to new replies.