Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • shemeam Friend
    #804497

    I have the full article image global config set to right, however they are showing left and above the text.

    I want them to show on the right of the page with the text wrapped around.

    Thanks for any help (perhaps custom.css?)

    Shemeam

    Adam M Moderator
    #812433

    Hi @shemeam,

    Please open file templates/ja_magz_ii/local/css/themes/primary_red/template.css and look for this code :

    .item-page .item-image {
      margin-bottom: 20px;
      float: none !important;
    }

    then update as below :

    .item-page .item-image {
      margin-bottom: 20px;
    }
    shemeam Friend
    #813191
    This reply has been marked as private.

    Shemeam

    Adam M Moderator
    #814852

    Hi @shemeam,

    Try adding this code :

    .item-page .item-image {
          margin-left: 20px;
    }
    .item-page .item-main > .row > .col-lg-3 {
         width: auto;
    }
    .item-page .item-main > .row > .col-lg-9 {
         float: none;
         width: auto;
    }
    shemeam Friend
    #815098

    didn’t change the page 🙁

    Shemeam

    Adam M Moderator
    #815101

    Hi @shemeam,

    I checked your site and see that it reflect well, could you please confirm your status ?

    shemeam Friend
    #820155

    Hi Adam

    Yes, it is now working well.
    Thank you for your time and patience.

    Shemeam

    Adam M Moderator
    #821265

    Hi @shemeam,

    Glad to hear that your problem has been solved. In this case, I’m going to close this thread now, if you still have any question, feel free to let me know.

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

This topic contains 7 replies, has 2 voices, and was last updated by  Adam M 8 years, 11 months ago.

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