Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1318327
    yanxi357
    Participant

    Hi There

    There is currently an indent infront of all my blog titles.

    For example: http://dev.xiyan.ca/GilbertsonDavis/us-court-appeals-reverses-lower-court-decision-re-opens-us-trademark-infringement-claims-canadian-operation/

    There is an indent on the title before “US Court…”

    Can you provide instruction to remove that indentation?

    Thanks!

    #1318450
    Rupok
    Member

    Hi there,

    Thanks for writing in! I can’t access your site as it’s throwing 403 error – http://prntscr.com/ds3y8e

    Update us when it’s up and running.

    Cheers!

    #1318910
    yanxi357
    Participant

    Sorry about that. Had a IP block on. Should be working now. Thanks!

    #1319179
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    
    .entry-title:before {
        display: none;
    }

    Hope this helps.

    #1319190
    yanxi357
    Participant

    Perfect! That worked great. Thanks very much.

    Also, I’d like to move the search bar from the side bar to the top where it says the blog title that says “Gilbertson Davis LLP Blog”

    Is there a way to do that?

    Thanks

    #1319440
    Jade
    Moderator

    Hi there,

    Please add this code as well:

    @media (min-width: 980px) {
        .single-post #search-2 {
            margin-top: -115px;
        }
    }

    Hope this helps.

    #1319710
    yanxi357
    Participant

    Hi

    Thanks for the response. That worked great, but the CSS edit doesn’t seem to carry over to the blog index page: http://dev.xiyan.ca/GilbertsonDavis/blog/

    Can I also get an edit that works on the index page as well?

    Thanks very much!

    #1319912
    Friech
    Moderator

    Hi There,

    Update the code a bit to this:

    @media (min-width: 980px) {
        .single-post #search-2,
        .blog #search-2 {
            margin-top: -115px;
        }
    }

    Hope it helps, Cheers!

    #1330974
    yanxi357
    Participant

    Thanks, that was super helpful and worked great!

    One more question:

    I was working on the blog, and not sure what I did, but suddenly the widget section is HUGE. I must have done something, but not sure what: http://dev.xiyan.ca/GilbertsonDavis/blog/

    Can you point me in the right direction? Thanks

    #1331437
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Did you have any modifications to the landmark header? It appears that you may have inserted an invalid font tag. Please check this out:

    
    <span><font size="9">Gilbertson Davis LLP Blog</font><br><font size="5"><font style="letter-spacing: 0.001em;">Insurance Litigation | Commercial Litigation</font>

    In the text widgets, you have inserted some html content? Please make sure that all your html code are valid. Any unclosed tags or invalid code can affect other elements or may result to messed up the entire page.

    Hope this helps.

    #1332544
    yanxi357
    Participant

    Perfect! I knew I missed something. All fixed.

    #1332884
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1318327 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>