Arrow Images move when using startwrap
-
I’m new to website dev, and this problem is in reference to the “About” page here:
https://abandonshipgame.com/aboutI have followed the documentation and trawled through the support forums to get this as close as possible to what I need. They’ve been very useful for me to get this far ??
To explain the different images for the arrows, I have placed the following into the theme custom CSS to be able to use my own images:
.collapseomatic {
background-image: url(https://www.abandonshipgame.com///Website_Plus.png) !important; padding: 5px 30px 10px 0px;
}
.colomat-close {
background-image: url(https://www.abandonshipgame.com//Website_Minus.png) !important; padding: 5px 30px 5px 0px;
}I have two issues:
1) If I put the startwrap in to change the font size of the Title, it repositions the arrows so that they appear above the Title instead of to the left of it.
The code is here:
[expand title=” What platform is the game on?” startwrap=”<h4>” endwrap=”</h4>”]<h5>PC, which is a platform we’re very passionate about.</h5>[/expand]
I’ve done this step-by-step to ascertain where the problem creeps in (I’ve done this with default arrow images and my custom ones). Putting the <h5> around the Target text doesn’t cause any issue. It’s the moment I add the startwrap the problem occurs.
I have at least managed to get them to appear in a better position by adding the padding to the theme custom css as instructed elsewhere and displayed in the CSS at the top – But I really, really want the arrow images on the left of the title.
2) I suffer from the spacing issues which many people seem to. I’ve tried the global div edit, the <div> </div> wrapped round the text and it doesn’t make any difference. I didn’t feel confident enough to try some of the more hardcore code-based solutions.
I’d appreciate any help on this one. If there is anything else I can provide that will give extra clarity, please let me know.
Thanks!
- The topic ‘Arrow Images move when using startwrap’ is closed to new replies.