Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #888897

    Hi thanks for sharing url . kindly check it with default Joomla template , In editor Html does not run like on webpage . You can apply float : left style to image to show it with text like here > http://prntscr.com/a6st2w
    Or use display : inline on image > http://prntscr.com/a6szyt
    Reference link .

    patvandenbosche Friend
    #889450

    I tested one of the pages with a lot of pdf files, both inline in a sentence, as well as in a table. It works fine in the Joomla default template, but not in Magz2. I’ve attached images of the same page in each template. The issue seems to be isolated to the Joomlart template.

    Here is a link to the particular page I tested:
    Pat Dev Site


    1. default-template-screenshot-pdf
    2. magzii-template-screenshot-pdf

    Pat Vanden Bosche
    www.patvb.com

    Pankaj Sharma Moderator
    #889463

    Hi
    Add below code in custom.css file

    
    .article-content img {
        display: initial;}

    Save file , clean cache and check .
    Let me know if it helps .

    patvandenbosche Friend
    #891120

    Yes, thank you, this worked.

    Now I have another question about CSS styling in this template. All links are underlined, and I thought I could find it very easily in the CSS files and remove the text-decoration and set it to none. But I’ve had no success. Can you please tell me what I would use in the custom.css file? I added `
    a{text-decoration: none}

    
    but it didn't fix the problem.  Here is a link to a good page to see what I'm talking about:
    [Underlined Links page](http://virtualcountrymall.com/index.php/main-government/government-links)
    
    Thanks,
    Pat

    Pat Vanden Bosche
    www.patvb.com

    Pankaj Sharma Moderator
    #891164

    Hi
    its border-bottom in the anchor , to remove it add below code in custom.css

    
    .article-content a {
        border-bottom: none;}
    patvandenbosche Friend
    #891866

    Thank you! That was what I needed. All of your assistance has been great in trying to configure/customize the template.

    Pat Vanden Bosche
    www.patvb.com

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  patvandenbosche 8 years, 8 months ago.

The topic ‘pdf icon throwing a new line’ is closed to new replies.