laurenjaynehughes
-
Content Count
35 -
Joined
-
Last visited
Reputation Activity
-
laurenjaynehughes got a reaction from bangank36 in Resizing Images across different screen sizes
Thank you! I had not thought about tackling it that way!
Thank you!
-
laurenjaynehughes reacted to bangank36 in Resizing Images across different screen sizes
The simplest way is you should add the padding/space inside the other images, but get rid of pattern, then re-upload and get rid of the padding.
-
laurenjaynehughes reacted to RyanDejaegher in Instagram full width and at the bottom
@laurenjaynehughes
/* Add this code to Design -> Custom CSS */ [data-section-id="5ee267268d3c4e3e60b9302b"] { min-height: unset !important; } [data-section-id="5ee267268d3c4e3e60b9302b"] .instagram-block { padding-bottom: 0px !important; }
-
laurenjaynehughes reacted to jpeter in Instagram full width and at the bottom
@laurenjaynehughes You can add the following CSS to overwrite the left and right padding:
CSS:
/* Target the section that contains instagram strip */ [data-section-id="5ee267268d3c4e3e60b9302b"] > .content-wrapper { padding-right: 0 !important; padding-left: 0 !important; }
-
laurenjaynehughes reacted to tuanphan in Image next to text - full bleed 7.1
Add to Home > Design > Custom CSS
@media screen and (min-width:768px) { [data-section-id="5ebb4ca25111036cfc859fed"] .section-background { width: 50%; left: 50%; } }
-
laurenjaynehughes reacted to tuanphan in Image next to text - full bleed 7.1
Add image to section background.
& set section background color