Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #665805

    Greetings from Vienna!

    I am currently working on the following site:

    1.
    and I found out, that whenever I open up a 1/1 column and add padding left and right for the content padding , it is no more responsive on the smartphone but it cranks the content accordingly. So it should. But how can I manage to have padding left and right and the position of the column borders to place the shrinked conatiner in the middle? I tried to use a 3/4 column and adopt the padding to a middle position, but the placement is not correct? Please advice!

    2.
    I want to have in the footer only an image with link, see: http://www.e-marke-test.at/. It should look exactly like this. I have inserted it in the body, which is not right, as it goes with the flow, and it should be fixed in the footer, with the guy sticking out. Is there an easy way or is it changing php and new CSS, which I doubt would be possible for me. Shall I contact your proposed customization professional?

    best regards

    Gerhard

    #665850

    Hey samurai_666,

    please open different tickets for different issues/questions.

    1.) I checked your website on mobile and it looks fine to me. Can you highlight screenshots to show us where it is you see any problems? use imgur.com or dropbox.

    Best regards,
    Andy

    #666187

    Dear Andy!

    My fault, opening ist ok, but what looks no good is:

    There I wanted to place a smaller container in the middle and this simply does not work….

    The problem is that I want to have full width sliders and main content fullwidth (that works perfect) and the subcontent in smaller boxes centered (that does not work).

    Thank you very much and best regards

    Gerhard

    #666193

    Hi,

    still not sure what you’re talking about. Please provide us mockups/screenshots to make things clear for us. Use imgur.com or dropbox.

    Best regards,
    Andy

    #668880

    Sorry Andy for beeing late

    My request was to have for example a 3/4 column placed in the middle. That will not work as it automatically floats left.

    It is no prob with a 3/5 column in the middle as I place left and right a 1/5 column with no content…

    best regards

    Gerhard

    #671104

    Hi,

    Insert a color section, apply a unique Section ID to it then place the 3/4 column inside. We can use css to center align the column.

    Best regards,
    Ismael

    #671252

    Hi Ismael!

    I do have a problem with the grid rows and the colour section layout modules on my devellopper site:

    see private content.

    Although all borders are set “none” these two layout elements show a border bottom full width?

    How can I avoid this, please advice

    Thank you in advance and best regards

    Gerhard

    #671334

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-section { border: none; }

    Best regards,
    Yigit

    #671743

    Thank you very much, Yigit!

    best regards

    Gerhard

    P. S. I have opened up a few other old posts with new issues. Is there a way to start a new blog on my own?

    #671787

    Sorry to say, Yigit, it did not work:

    See the thin line under the “3 Garantien” below the embedded iframes?

    I have added a CSS class for the grid row, but this should not have impact on the borders:

    #kleiner {
    max-width: auto;
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
    }

    best regards

    Gerhard

    #672019

    Hi,

    use this code:

    hr {
    border: none;
    }
    

    Best regards,
    Andy

    #676841

    Hi Andy!

    Sorry to be late, but I had to do graphics works.
    I inserted the css, but still there is a bottom bottom line, although the grid row settings are definitely “without borders”, please see:

    there are the 5 buttons in a grid row and the bottom line?!

    best regards

    Gerhard

    #677115

    Hi,

    add this as well:

    #after_submenu {
    border: none;
    }
    

    Best regards,
    Andy

    #678008

    Thank you Andy!

    Great worked out well!

    best regards

    Gerhard

    #678063

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘column position problem in the middle and footer customization’ is closed to new replies.