Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Aratype Friend
    #194200

    I am trying to have the maximum of space in the page and I noticed that due to social icons empty space is in the page.

    Is it possible to warp the text around the social icons? I think to have a reasonable margin to the left and under these social icons and to have a full width for the text as for the principal image.

    Perhaps it is better to have the modifications in custom.css file.

    Thanking you in advance.

    My site is: makanez.net


    1. Capture-article
    MoonSailor Friend
    #520311

    You can try the following tweak:

    Create a new file “custom.css” in directory “templates/ja_smashboard/css” (if it does not exist). Open this file and add css declaration to the bottom of the file:


    .article-content{
    margin-right:25px !important;
    }
    .article-content .addthis_floating_style{
    right: -25px !important;
    width: 25px !important;
    }

    Let me know how it goes.

    Aratype Friend
    #520350

    It is now Perfect for the introductionary text, Thank you!

    However, although I have customized the video in my custom.css

    .avVideo .avPlayerContainer {
    width: 100% !important;
    }

    It appears in the limited width only :((

    Also, the solution does not work on mobile (the most important):


    1. Capture-page-perfect
    2. Capture-mobile
    MoonSailor Friend
    #521282

    <blockquote>It appears in the limited width only </blockquote>

    <blockquote>Also, the solution does not work on mobile (the most important):</blockquote>

    I am not entirely sure on this. Could you explain in more details?

    Aratype Friend
    #521501

    In order to illustrate what the page should be I use he article:
    http://www.makanez.net/index.php/%D9%85%D9%88%D8%B3%D9%8A%D9%82%D8%A7/153-%D8%A7%D9%84%D9%85%D9%88%D8%B4%D8%AD%D8%A7%D8%AA%D8%8C-%D8%B1%D8%AD%D9%84%D8%A9-%D8%A7%D9%84%D8%A3%D9%86%D8%BA%D8%A7%D9%85-%D9%88%D8%A7%D9%84%D8%A3%D9%84%D8%AD%D8%A7%D9%86-%D9%85%D9%86-%D8%A7%D9%84%D8%A3%D9%86%D8%AF%D9%84%D8%B3-%D8%A5%D9%84%D9%89-%D8%A8%D9%84%D8%A7%D8%AF-%D8%A7%D9%84%D9%85%D8%B4%D8%B1%D9%82

    The page now:

    The page should be:

    You can see how the text should warp the social icons and then align from the right side with the principal image.

    You can see also how YouTube should take all the width and not have a margin from the right and left side.

    I hope I explain the idea…

    Thanking you in advance


    1. Capture-page-now
    2. Capture-page-wanted
    MoonSailor Friend
    #521617

    You can try workaround below:

    Open the “custom.css” file and add css declaration to the end of the file:


    .avVideo .avPlayerContainer iframe {
    width: 100% !important;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  MoonSailor 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum