I want to change the layout for the #specials to something as mentioned below:
1. Data floating on the right side {Achieved}
2. Image floating on the left side (use the entire available space but with equal padding on each side)
I checked the associated CSS class for them and added an image in the
- Code: Select all
<div class="bigtitle gk-special">
<figure data-scroll-reveal="enter left over .5s">
<img src="images/banner_special.jpg" alt="Summer Grill">
I tried adding some left and top padding to it, but that spoiled the overall alignment of the container with the data on the right shifting below the image (but still being on the right)
Thanks in advance.