Okay
  Public Ticket #352319
Columns and text boxes
Closed

Comments

  • Joel started the conversation

    So I'm in the process of perfecting my about me page and I've run into an issue where I can't figure out how to make the text fit part of a section properly.

    To clarify:  In my "about" page I have created a row with a custom "two section" layout.  The left section has the text, the right section has a nectar slider. Currently, the text on the left is touching the top and the bottom of its' section but there's the whole left space of that section which is untouched blank space.  I'd really like to be able to use that empty space so that the text could fit better.  I essentially want to do something like how you have it in your demo.  I'm attaching an image from your demo so that you can see exactly what I mean.  If you could explain to me what I need to do to make it look just like that I would greatly appreciate it.  Thank you!

  •  8,409
    Tahir replied

    Hey!

    Simply add column padding. See screenshot: http://prntscr.com/5sqcam

     Thanks 


    ThemeNectar Support Team 

  • Joel replied

    Hey, thanks for that info.  It answers some of my question but I'm still having an issue with extra spacing on the left-hand side of the text.  See the new attached image to understand what I mean.  It's like the text and the image are stuck in a "centered" container and wont expand to full screen when I use the two column row setup.

  •  8,409
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
        .container, .woocommerce-tabs .full-width-content .tab-container {
        padding: 0px 40px !important;
    
    
        }
    }
    
    
    
    Thanks 


    ThemeNectar Support Team