+ Reply to Thread
Results 1 to 5 of 5

Thread: Catalyst Hook Before Content

  1. #1

    Catalyst Hook Before Content

    Hello forum, hope everyone had a great weekend.

    I have a question if i may, How would i go about removing the space above the custom hook widget? I would like to line the top of the custom widget box with my sidebar widgets.

    Also for some reason when adding the title to the custom widget above the content (front page blog page) it does not appear with a dark background on the title like the other widgets on the sidebar?

    Actually i am not sure if i should be using the custom hook widget above the content area to try to accomplish my goal or should i be using the a custom hook box instead?

    Please help...

    Andrew
    www.BajaArtists.com
    Last edited by inart; 07-23-2012 at 05:36 PM.

  2. #2
    Catalyst Team Member justme's Avatar
    Join Date
    Nov 2010
    Posts
    8,421
    To reduce the white space above the video you could add something like this to Advanced Options > Custom CSS:

    Code:
    li.fg-listItem {
    margin-top: -20px !important;
    }
    I don’t see a title above the custom widget. What is it?
    Website: CoolPianoStuff / Facebook: CoolPianoStuff / Twitter: CoolPianoStuff

  3. #3
    YES! that removed the space, awesome!!! Justme, is there anyway to only apply this change to the front page?

    The title i just removed, it looks better without it anyway...

    Thank you so much for the help.

  4. #4
    Catalyst Team Member justme's Avatar
    Join Date
    Nov 2010
    Posts
    8,421
    The above code specifically targets the video which I don’t see on any other page but if you need to you can make it this:

    Code:
    body.home li.fg-listItem {
    margin-left: 0 !important;
    margin-top: -20px !important;
    }
    Website: CoolPianoStuff / Facebook: CoolPianoStuff / Twitter: CoolPianoStuff

  5. #5
    Okay, thank you very much Justme...

    have a great week...

    andrew

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts