• Whenever I create a link, it automatically creates a paragraph break. I haven’t posted the specific blog post as of yet, as it looks bad in the preview section. Let me know if you need me to post it or you can see why this is the issue (there is nothing when seeing it through the text tab.

    The site is: http://www.qsample.com/

    Miguel

Viewing 8 replies - 1 through 8 (of 8 total)
  • you have set the link to be a block element in style.css of your theme:

    .blog_content_left p a{ display:block; color:#3684af;}
    
    .blog_content_left p a{ display:block; color:#3684af;}

    also, the line exists twice;
    remove that.

    also, for some reason, your site is linking the style.css twice – have you made any respective entries in your theme’s header.php ? (which seems to be based on Twenty Fourteen which is actually enqueuing style.css from within functions.php )

    Thread Starter miguel2015

    (@miguel2015)

    Thanks! I’ve just come on board to the site, and have no idea about the previous web guy.

    So to be clear, just remove both entries?

    Miguel

    Thread Starter miguel2015

    (@miguel2015)

    I am no finding that line, once or twice, under style.css.

    Miguel

    the styles are in line 365 and line 367 in style.css – which is in the section

    /*************************************
    	 MAIN BODY PART
    **************************************/

    just about before the middle of the file.

    Thread Starter miguel2015

    (@miguel2015)

    Are we looking at a different page? I did a search on style.css, and got nothing for ‘main body.’ This is how my the style.css starts:

    /*
    Theme Name: qSample
    Version: 4.0
    Author: The Ux Department
    Author URI: http://theuxdepartment.com
    */

    /*
    ===========================
    CONTENTS:

    01 Sensible defaults
    02 Typography
    03 Media queries
    ===========================
    */

    /* ———————————————————————————————————-
    01 Sensible defaults —————————————————————————————-
    ———————————————————————————————————- *

    Is this what you are getting. Even if I scrolls down the editor I do not get ‘main body.’

    I forgot to say that I am viewing the ‘blog’ page when examining the CSS;

    this is the start of style.css (file location http://blog.qsample.com/wp-content/themes/qsample/style.css ) called from within your blog.qsample.com site which is used for the ‘blog’ page and the posts, and which has the link issue:

    /*
    Theme Name: Qsample Blog
    */

    if you see the link problem in any other web page, please post a direct link.

    Thread Starter miguel2015

    (@miguel2015)

    I see and thanks. The problem now is that I don’t have access to appearance=>editor in the blog dashboard, only in the main qSample dashboard. Would you know how access style.css for the blog?

    Miguel

    your site administrator should be able to give you access.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Paragraph appears after each link’ is closed to new replies.