Topic Resolution: Resolved
  • Closed
  • 10.02.2016 at 16:11 #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
    08.10.2016 at 07:53 #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
    08.10.2016 at 09:19 #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
    08.10.2016 at 15:04 #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
    10.10.2016 at 09:43 #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
    11.10.2016 at 15:34 #30650

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

    Denzel Chia
    Moderator
    Posts: 2656
    12.10.2016 at 06:29 #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
    12.10.2016 at 11:35 #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
    17.12.2016 at 17:50 #31460
    This reply has been marked as private.
    Jean-Denis COINDRE
    Spectator
    Posts: 48
    18.12.2016 at 09:47 #31464

    ​​
    Hi team,

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