Okay
  Public Ticket #2306592
Portfolio item - change width column
Closed

Comments

  • soyouzdesign started the conversation

    Hi,
    Thanks for your great theme Bifrost !
    In a portfolio item page, how can I change the width of the content column ?
    I'm using a vertical portfolio item with one column (like "vertical portfolio v5" here).
    The actual width is 1330 px and I want to change it to 1200px.
    Note : I don't want to use the "container" way in the general option, in order to keep the header in "container=off".
    Thanks for your help !
    Best regards

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply.

    Please add the following style in Appearance > Customize > Additional CSS.

    @media (min-width: 1367px)
        .single .container {
            max-width: 1200px !important;
        }
    }

    The reason why we're not using option but Custom CSS is that the reason you're using a portfolio that is not created by Elementor.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • soyouzdesign replied

    Hi,

    Thanks for your response !

    It works for the images column, it's perfect.

    But the code applies the 1200px to the container of the header. Now, all my pages display the menu at the top right corner, except in the portfolio item : the space between my logo (I use "default" header type with customized logo) is fixed to 1200px max. The logo didn't move, it always at the top left corner.

    To you know a way to fix it ?

    Thanks a lot,
    Best regards.


  • soyouzdesign replied

    Hi,

    Finally I resolved my issue with the menu.

    I change the code to :

    @media (min-width: 1367px)
        {.single .l-main-wrapper .container {
            max-width: 1200px !important;
        }
    }

    Thanks for your help !

    Best regards

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply, we did not work on the weekend.

    Oops, it seems like I missed a bracket. Glad to know that you've managed to solve it out.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.