Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #133577
    Benjo3
    Participant

    Hello,

    in the mobile version is a white and empty edge on the right and left side. I would like to have it removed so that the content itself has more space. Is there any way to do it?

    My website: http://www.wasseraktien.net

    Many thanks in advance

    Niclas

    #133609
    Skandha
    Participant

    @benjo3: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:991px) {
    	.wrapper {
    		padding:0 !important;
    	}
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #133654
    Benjo3
    Participant

    Hey,

    unfortunately not but I think it has rather something to do with the tables since I would like to have them displayed across the whole screen without any edge on the sides.

    I will further try to solve it.

    Regards

    #133683
    Benjo3
    Participant

    Another thing:

    I have problems with identifying the element name or ID of the header.
    I want to use the plugin Sticky Menu (or Anything!) on Scroll and make the header or actually only the stock ticker at the top sticky. But I have to enter the element name or so inside the plugin like #main-navigation, OR .main-menu-1, OR header nav. So far, I could not find the name of the header of catch responsive. I have tried all possible names. Could you help me there?

    Regards

    niclas

    #133897
    Skandha
    Participant

    @benjo3: Do you mean to remove the white spaces left and right of the content area?

    The class name to use the Sticky Menu plugin for the stock ticker sticky is .stock-ticker-container.
    Let me know if this solves your issue.

    Regards,
    Skandha

    #134209
    Benjo3
    Participant

    Yes, I mean the white spaces left and right of the content area.

    I stopped already using the sticky plugin, so this is no longer necessary but thanks for your help with that.

    #134281
    Skandha
    Participant

    @benjo3: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #main article {
       padding:0 !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135443
    Benjo3
    Participant

    Hey,

    thanks for your help but unfortunately it does not work. But I will further try to figure it out.

    Best regards,

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove the white edge on the right and left side in mobile version?’ is closed to new replies.