Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233368
    DOURONE
    Participant

    Hi,

    I would like to add all my information texts on the right part of my portfolio (the huge white blank part on the right) instead of the bottom part of the slider.
    I am using integrity’s stack.
    Thank you in advance for your help.
    Attach the screenshot of the current situation.

    #1233502
    Rahul
    Moderator

    Hey There,
    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1233693
    DOURONE
    Participant
    This reply has been marked as private.
    #1234207
    Lely
    Moderator

    Hi There,

    Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .x-portfolio .entry-info {
        width: 100%;
    }
    @media (min-width: 980px){
    .single-x-portfolio .entry-content.content {
        width: 100%;
    }
    }

    Then update this:

    		.huge_it_slideshow_image_wrap_41 {
    			background:#ffffff;
    			border-width:0px;
    			border-color:#ffffff;
    			border-radius:0px;
    		}

    To this:

    		.huge_it_slideshow_image_wrap_41 {
    			background:#ffffff;
    			border-width:0px;
    			border-color:#ffffff;
    			border-radius:0px;
                            float: left;
                            margin-right: 20px;
    		}

    Hope this helps.

    #1234616
    DOURONE
    Participant

    Hi Lely,

    Yes thanks it works!
    Now the image on my portfolio is centered, is it possible to center the text right under my slider?

    #1234758
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .single-x-portfolio .entry-content.content {
         text-align:center;
    }

    Hope that helps.

    #1234884
    DOURONE
    Participant

    Thanks Paul,

    It is perfect, now i will figure out how to put the title centered but i guess it is not so difficult!
    😉

    #1235077
    Rahul
    Moderator

    Glad we were able to help you out!

    Let us know if you need any further assistance with the X-theme.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1233368 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>