Topic Resolution: Resolved
  • Closed
  • February 10, 2016 at 4:11 pm #24191

    Hi Team,

    is it possible to change sidebar size ?
    I wouldlike to change the width of the sidebar.

    Let me know please.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    October 8, 2016 at 7:53 am #30590

    Hi,

    In the future, Please open a new thread if your current request is unrelated to your previous request.

    – when I import an image on a page, the image has a large border. I would like no border.
    Is it possible ?(exemple : “MPC” image) (http://www.artworkvfx.com/metiers)

    In firebug, I am seeing the following CSS code.
    Please check your list of custom css and find the following.
    That’s the code applying border to your image.

    .entry-content img, .entry-content .wp-caption {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #404040;
    }

    – when I choice a “Portfolio Grid” Template (to get no border on my images), The text stick on the edge width… with 0 marge… How can I put a marge please ? (http://www.artworkvfx.com/1ereannee)

    Sorry, I don’t understand this. Please provide a screenshot with annotation to explain your request.

    Thank you

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    October 8, 2016 at 9:19 am #30592

    Thank you.

    When I put this CSS code, it doesn t work.
    I wrote this on Custom Css from option theme.

    How can I send you a screenshot to show you the second problem (no marge problem) ??
    I would like only send the image (no url ….)

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    October 8, 2016 at 3:04 pm #30594

    Sorry, I didn’t understood.
    -In my custom CSS, this code does not appear… So I don’t know why I have still the border on images…
    – How I can send you a screenshot please ?

    Let me know please
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    October 10, 2016 at 9:43 am #30613

    Hi,

    Please use the following in Theme Options -> Custom CSS
    This will remove the image borders.

    .entry-content img, .entry-content .wp-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    }

    Thank you

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    October 11, 2016 at 3:34 pm #30650

    Thank you so much !!
    It s working now !!!!!

    Denzel Chia
    Moderator
    Posts: 2656
    October 12, 2016 at 6:29 am #30657

    You are welcome.
    Thank you.

    Please open a new thread if you have any new questions.

    Thank you

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    October 12, 2016 at 11:35 am #30664

    yes, I opened a new thread because I have a new question.
    I am waiting for your help 😉

    Many thanks again

    Jean-Denis COINDRE
    Spectator
    Posts: 48
    December 17, 2016 at 5:50 pm #31460
    This reply has been marked as private.
    Jean-Denis COINDRE
    Spectator
    Posts: 48
    December 18, 2016 at 9:47 am #31464

    ​​
    Hi team,

    I solved my problem, it s working now.
    Thank you