display calendar without side-bar on the right

Home Forums Welcome! Pre-Sales Questions display calendar without side-bar on the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1112042
    Martin
    Guest

    Hi,
    I try to run the events calendar in the virtue theme.
    whenever I try to display the events calendar it shows the side bar on the right which I try to get rid of – without success so far.

    I have tried to change it in the settings via events template fullwidth – no success
    I have added another fullwidth site template and chose that – no success

    any idea? I really like to use this calendar!
    thx
    Martin

    #1112053
    George
    Participant

    Hey Martin,

    These are our “pre-sales questions” forums, so we unfortunately cannot help with technical support. We also cannot help with site customization questions like this one period, even for licensed customers.

    That being said, can you please share a link to where this “right sidebar” is visible on your site? I will take a look and see what I can recommend.

    Thank you,
    George

    #1112164
    Martin
    Guest

    Hi George,
    thank you for having a look
    the page is still in construction 😉
    http://www.rosewoodhuntersandjumpers.com/events/

    cheers
    Martin

    #1112382
    George
    Participant

    Thanks Martin. If you place the following CSS into the bottom of your theme’s style.css file, you should be able to hide the sidebar and make the calendar view full-width:


    body.post-type-archive-tribe_events #content .main {
    width: 100% !important;
    }
    body.post-type-archive-tribe_events #content .kad-sidebar {
    display: none !important;
    }

    For any other refienments/tweaks/design customizations, you will have to take the reins, but I hope this helps!

    If you need to write more custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element whose styles you want to change, which is immensely helpful. I used this tool to come up with the CSS I shared with you above. 😉

    Cheers,
    George

    #1112543
    Martin
    Guest

    George,
    thank you so much!!!
    I highly appreciate your support and thank you for recommending that tool!!!
    hope you have a great week
    cheers from Sweden
    Martin

    #1112705
    George
    Participant

    Thanks Martin!

    Cheers,
    George

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘display calendar without side-bar on the right’ is closed to new replies.