-
AuthorPosts
-
April 15, 2019 at 10:09 pm #1091105
Hi there,
after I added this CSS to my customs CSS, my last footer widget column is not working correctly anymore.
#top .av-flex-placeholder { width: 1%!important; } .page-id-5615 div .av_one_fifth {margin-left: 1%;width: 19%;} .page-id-5615 div .av_one_fourth {margin-left: 1%;width: 24.5%;} .page-id-5615 div .av_one_half {margin-left: 1%;width: 49%;}Source: https://kriesi.at/support/topic/resizing-space-between-columns-2/
Now the last column ist stacked under the first (see attached screenshots). After deleting the CSS snippet everything works fine. Any Ideas how to fix this?
-
This topic was modified 6 years, 6 months ago by
jmoeser.
April 16, 2019 at 4:12 pm #1091485Hey jmoeser,
What do you want to do with the code you have added?
Best regards,
BasilisApril 16, 2019 at 4:30 pm #1091530Hi,
the code resizes the vertical margins between the columns in the upper part of the page.-
This reply was modified 6 years, 6 months ago by
jmoeser.
April 17, 2019 at 7:52 am #1091843Hi jmoeser,
Please try the following code:
.page-id-5615 #footer .av_one_fifth { margin-left: 6%; width: 15.2%; } .page-id-5615 #footer .av_one_fourth { margin-left: 3%; width: 20.5%; } .page-id-5615 #footer .av_one_half { margin-left: 6%; width: 47%; }Best regards,
VictoriaApril 17, 2019 at 9:20 am #1091870Works! Thank you very much!
Can you also help me with realigning the things highlighted red in the screenshot? They should be horizontally aligned in the center (blue line) but they are closer to the right edge of the page.
April 18, 2019 at 5:12 am #1092252Hi,
Please try this CSS as well:
.page-id-5615 .av_three_fifth { margin-left: 0; }Best regards,
RikardApril 23, 2019 at 8:37 am #1093557Works – thanks for your help!
April 24, 2019 at 4:26 am #1093819 -
This topic was modified 6 years, 6 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
