Okay
  Public Ticket #2740575
container padding left n right
Closed

Comments

  • munnlim started the conversation

    Hi,

    How can i set the layout for desktop to box style or set the left n right padding?

    I can't find any setting for box style or fullwidth.

    Thank You,
    Mun

  •  867
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code at Appearance > Customize > Additional CSS with the width you want to set.

    body .wrapper .container {
        width: 1140px !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards


  • munnlim replied

    Hi,

    Thanks for the reply, it works with desktop but it affected the mobile version. We would like the mobile like current responsive.

    Regards,
    Mun

  •  867
    Neuron replied

    Hi,

    Okay, so please add the following code to Appearance > Customize > Additional CSS.

    @media (min-width: 768px) {
        body .wrapper .container {
            width: 1140px !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


  • munnlim replied

    Hi,

    Thanks! It works! Now, I would like to increase the padding between the content and the side bar. Is there any way? 

  •  867
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    @media (min-width: 992px) {
        .col-md-3 .sidebar{
            padding-left: 30px;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


  • munnlim replied

    Hi, 

    Thanks for the rapid reply. However, seems like nothing happened after adding the code. 


  •  867
    Neuron replied

    Hi,

    Please try to add the following one,

    @media (min-width: 992px) {
        .col-md-3 .sidebar{
            padding-left: 30px !important;
        }
    }

    If it doesn't work, can you please provide me with your wp-admin, so I can have a quick look to see what's going on, make sure to click on private reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   munnlim replied privately
  •  867
    Neuron replied

    Hi,

    I've updated both of the codes, can you please take a look at them.

    Feel free to ask for anything you need.

    Kind Regards


  •   munnlim replied privately
  •  867
    Neuron replied

    Hi Mun,

    I've fixed it, please can you check it.

    https://prnt.sc/115p4w0

    Feel free to ask for anything you need.

    Kind Regards


  • munnlim replied

    Hi,

    It's perfect. Lots of thanks for the support. 

    Regards,

    Mun

  •  867
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes